Use prettier for SCSS (#3895)
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / messageUserConsent.scss
CommitLineData
3ffe6e3f
AE
1.messageUserConsent {
2 background-color: $wcfContentBackground;
3 border-radius: 2px;
8a52619a 4 box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
3ffe6e3f
AE
5 margin: 10px 0;
6 max-width: 600px;
7 padding: 20px;
8a52619a 8
3ffe6e3f
AE
9 @include screen-sm-down {
10 padding: 10px;
11 }
12}
13
14.messageUserConsentHeader {
54dbcf3a 15 display: flex;
3ffe6e3f
AE
16 justify-content: space-between;
17}
18
19.messageUserConsentTitle {
20 font-size: 18px;
21 font-weight: 600;
22 line-height: 1.05;
23 margin-bottom: 10px;
24}
25
26.messageUserConsentButtonContainer {
27 margin: 10px 0;
28 text-align: center;
29}
30
31.messageUserConsentNotice {
32 color: $wcfContentDimmedText;
33 font-size: 12px;
34}