Fix some missed bits from conversion
This commit is contained in:
parent
47c7cf1aa4
commit
13201cf3d4
1 changed files with 2 additions and 2 deletions
|
@ -58,7 +58,7 @@ a {
|
||||||
&:after {
|
&:after {
|
||||||
@extend %fa-icon;
|
@extend %fa-icon;
|
||||||
@extend .fas;
|
@extend .fas;
|
||||||
content: $fa-var-external-link-alt;
|
content: fa-content($fa-var-external-link-alt);
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -107,7 +107,7 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
&__blurb {
|
&__blurb {
|
||||||
background-color: fade(white, 80%);
|
background-color: rgba(white, 0.8);
|
||||||
color: black;
|
color: black;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue