Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / like.scss
CommitLineData
aa7158b6
MW
1.likesSummary {
2 color: $wcfContentDimmedText;
3 cursor: pointer;
4 flex: 0 0 auto;
8a52619a 5
aa7158b6
MW
6 > .icon {
7 color: $wcfContentDimmedText;
8 margin-right: 5px;
9 }
10}
11
12.wcfLikeCounter {
13 color: $wcfContentDimmedText;
8a52619a 14
aa7158b6
MW
15 .icon {
16 color: inherit !important;
17 }
8a52619a 18
aa7158b6
MW
19 &.likeCounterLiked {
20 color: #060 !important;
21 }
22 &.likeCounterDisliked {
23 color: #900 !important;
24 }
25}
84a5a28d
AE
26
27html.touch .wcfLikeButton > .button:not(.active):hover,
28html.touch .wcfDislikeButton > .button:not(.active):hover {
29 background-color: $wcfButtonBackground !important;
30 color: $wcfButtonText !important;
8a52619a 31}