Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / layout / pageFooter.scss
CommitLineData
6063a7ec
AE
1.pageFooterCopyright {
2 background-color: $wcfFooterCopyrightBackground;
3 color: $wcfFooterCopyrightText;
6063a7ec 4 text-align: center;
8a52619a 5
6063a7ec 6 @include screen-md-up {
37ca90db 7 padding: 20px 0;
6063a7ec 8 }
8a52619a 9
6063a7ec
AE
10 @include screen-sm-down {
11 padding: 20px 0;
8a52619a 12
605068b5 13 @include wcfFontSmall;
6063a7ec 14 }
8a52619a 15
6063a7ec
AE
16 > .layoutBoundary > div:not(:first-child) {
17 margin-top: 10px;
18 }
8a52619a 19
6063a7ec 20 a {
d3925b67 21 color: $wcfFooterCopyrightLink;
8a52619a 22
6063a7ec
AE
23 &:hover {
24 color: $wcfFooterCopyrightLinkActive;
25 text-decoration: underline;
f6fc939a 26 }
954d51cf
AE
27 }
28}