Merge branch '3.0' into 3.1
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / fontAwesome.scss
1 .fontAwesomeIcons {
2 border: 1px solid $wcfContentBorderInner;
3 max-height: 540px;
4 overflow: auto;
5
6 > li {
7 display: inline-flex;
8 flex-wrap: wrap;
9 justify-content: center;
10 padding: 10px 0;
11 width: 150px;
12
13 &:hover {
14 background-color: $wcfButtonBackgroundActive;
15 color: $wcfButtonTextActive;
16 cursor: pointer;
17
18 > .icon,
19 > small {
20 color: inherit;
21 cursor: pointer;
22 }
23 }
24
25 > small {
26 color: $wcfContentDimmedText;
27 flex: 0 0 100%;
28 text-align: center;
29 }
30 }
31 }