smaller pinned icon

This commit is contained in:
Nicolas Constant 2019-07-07 17:45:17 -04:00
parent 370d98087a
commit a9ba1c6ba4
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 12 additions and 9 deletions

View File

@ -5,15 +5,6 @@
position: relative;
}
.pinned {
&__icon{
color: $status-secondary-color;
}
&__label{
color: $status-secondary-color;
}
}
.reblog {
position: relative;
margin: 5px 0 0 10px;
@ -245,3 +236,15 @@
.favorite {
color: $favorite-color;
}
.pinned {
&__icon{
position: absolute;
top: 2px;
color: $status-secondary-color;
font-size: 12px;
}
&__label{
color: $status-secondary-color;
}
}