Merge branch 'line-awesome-fixes' into 'develop'
Fix calendar icon in post composer See merge request soapbox-pub/soapbox-fe!928
This commit is contained in:
commit
835cdbb576
2 changed files with 4 additions and 4 deletions
|
@ -69,14 +69,14 @@
|
|||
}
|
||||
|
||||
input {
|
||||
padding: 0 0 0 10px;
|
||||
padding: 0 0 0 8px;
|
||||
}
|
||||
|
||||
&::before {
|
||||
content: '\f073';
|
||||
display: inline-block;
|
||||
font: normal normal normal 14px/1 ForkAwesome;
|
||||
font-size: 14px;
|
||||
font: normal normal normal 14px/1 "Font Awesome 5 Free";
|
||||
font-size: 18px;
|
||||
color: var(--primary-text-color--faint);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -496,7 +496,7 @@ code {
|
|||
&::after {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-family: "ForkAwesome";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
content: "";
|
||||
position: absolute;
|
||||
right: 12px;
|
||||
|
|
Loading…
Reference in a new issue