blob: 3461a537ad96368b7f9ffc6762f9f9f958001bde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
#wmpack-admin{
.settings{
display: table;
.left-side{
width: 100%;
display: table;
vertical-align: top;
.details{
padding: 30px;
background-color: $box-color;
h2.title{
font-family: 'OlRoundGothicLight', sans-serif;
font-size: 25px;
line-height: normal;
color: $base-text-color;
}
.display-mode{
p, label{
font-family: 'AcordeRegular', sans-serif;
font-size:15px;
line-height: normal;
color: $base-text-color;
}
.notices-container {
width: 465px;
.notice {
max-width: 90%;
}
}
}
}
}
}
}
|