mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
* Fix locale fallbacks * Make header links relative * Improve like button style * Other small improvements...
18 lines
246 B
SCSS
18 lines
246 B
SCSS
.likeButtonContainer {
|
|
@extend
|
|
.d-flex,
|
|
.flex-column,
|
|
.mr-3;
|
|
|
|
.likeButton:hover {
|
|
cursor: pointer;
|
|
transform: scale(1.15);
|
|
}
|
|
|
|
.likeCountLabel {
|
|
@extend .mt-2;
|
|
|
|
text-align: center;
|
|
font-size: 20px;
|
|
}
|
|
} |