mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-09 22:22:41 +00:00
Merge pull request #4195 from dbolack-ab/F5_to_F6
Correct missed Font Awesome version number references
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
border-radius : 4px;
|
border-radius : 4px;
|
||||||
&::before {
|
&::before {
|
||||||
margin-right : 3px;
|
margin-right : 3px;
|
||||||
font-family : 'Font Awesome 5 Free';
|
font-family : 'Font Awesome 6 Free';
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
&.type {
|
&.type {
|
||||||
|
|||||||
@@ -30,7 +30,7 @@
|
|||||||
h1:hover { cursor : pointer; }
|
h1:hover { cursor : pointer; }
|
||||||
.active::before, .inactive::before {
|
.active::before, .inactive::before {
|
||||||
padding-right : 0.5em;
|
padding-right : 0.5em;
|
||||||
font-family : 'Font Awesome 5 Free';
|
font-family : 'Font Awesome 6 Free';
|
||||||
font-size : 0.6cm;
|
font-size : 0.6cm;
|
||||||
font-weight : 900;
|
font-weight : 900;
|
||||||
}
|
}
|
||||||
@@ -130,12 +130,12 @@
|
|||||||
border-radius : 3px;
|
border-radius : 3px;
|
||||||
&::before {
|
&::before {
|
||||||
margin-right : 3px;
|
margin-right : 3px;
|
||||||
font-family : 'Font Awesome 5 Free';
|
font-family : 'Font Awesome 6 Free';
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
}
|
}
|
||||||
&::after {
|
&::after {
|
||||||
margin-left : 3px;
|
margin-left : 3px;
|
||||||
font-family : 'Font Awesome 5 Free';
|
font-family : 'Font Awesome 6 Free';
|
||||||
font-size : 12px;
|
font-size : 12px;
|
||||||
content : '\f00d';
|
content : '\f00d';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
background-color : #00000077;
|
background-color : #00000077;
|
||||||
&::before {
|
&::before {
|
||||||
margin-right : 5px;
|
margin-right : 5px;
|
||||||
font-family : 'FONT AWESOME 5 FREE';
|
font-family : 'Font Awesome 6 Free';
|
||||||
content : '\f00c';
|
content : '\f00c';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user