some icon fixes

This commit is contained in:
antelle 2020-11-28 12:30:46 +01:00
parent ec43f0a549
commit 33d5f0b5bb
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
5 changed files with 9 additions and 4 deletions

View File

@ -160,8 +160,8 @@
display: none;
opacity: 0;
position: absolute;
right: 1.1em;
top: 0.75em;
right: 1.2em;
top: 0.55em;
cursor: pointer;
transition: opacity $base-duration $base-timing, color $base-duration $base-timing;
color: var(--muted-color);

View File

@ -61,7 +61,8 @@
&-post {
margin-left: $tiny-spacing;
margin-right: $small-spacing;
vertical-align: bottom;
position: relative;
top: 0.2em;
}
cursor: pointer;
@include mobile {

View File

@ -185,6 +185,8 @@ input[type='checkbox'] {
display: inline-block;
width: 1.3em;
color: var(--text-color);
font-size: 1.2em;
vertical-align: text-bottom;
}
&:checked + label:before {
content: $fa-var-check-square-o;

View File

@ -12,6 +12,7 @@
text-rendering: auto;
-webkit-font-smoothing: antialiased;
display: inline-block;
line-height: 1;
}
.fa {

View File

@ -6,8 +6,9 @@
padding: $base-padding-v * 2 0 1px 0;
z-index: 1;
&__post {
vertical-align: bottom;
margin-left: $tiny-spacing;
margin-right: $small-spacing;
position: relative;
top: 0.2em;
}
}