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