Add the new variable `FileProcessorFormField::$bigPreview` with getter and setter.
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / style / ui / messageUserConsent.scss
CommitLineData
3ffe6e3f 1.messageUserConsent {
1a75e228 2 background-color: var(--wcfContentBackground);
3ffe6e3f 3 border-radius: 2px;
6e3b9657
TD
4 box-shadow:
5 0 0 3px rgba(0, 0, 0, 0.12),
6 0 1px 2px rgba(0, 0, 0, 0.24);
3ffe6e3f
AE
7 margin: 10px 0;
8 max-width: 600px;
9 padding: 20px;
8a52619a 10
3ffe6e3f
AE
11 @include screen-sm-down {
12 padding: 10px;
13 }
14}
15
16.messageUserConsentHeader {
54dbcf3a 17 display: flex;
3ffe6e3f
AE
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 {
1a75e228 34 color: var(--wcfContentDimmedText);
3ffe6e3f
AE
35 font-size: 12px;
36}