1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-03-14 14:32:00 +01:00
Files
CheckServer/vendors/starrr/src/starrr.scss
2020-10-04 17:14:00 +02:00

14 lines
195 B
SCSS

$starrrColor: #FFD119 !default;
.starrr {
display: inline-block;
a {
font-size: 16px;
padding: 0 1px;
cursor: pointer;
color: $starrrColor;
text-decoration: none;
}
}