-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_privelege.scss
More file actions
47 lines (37 loc) · 828 Bytes
/
_privelege.scss
File metadata and controls
47 lines (37 loc) · 828 Bytes
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
41
42
43
44
45
46
47
.privelege {
background: $b-color;
&__wrap{
display: flex;
flex-direction:column;
}
&__main {
display: flex;
justify-content: space-between;
padding: 103px 0 104px 0;
}
&__box {
color: #FBFBFB;
justify-content: space-between;
text-align: center;
&:not(:last-child) {
margin: 0 30px 0 0;
}
h3 {
font-size: 19.96px;
line-height: 24px;
padding: 28px 0 16px 0;
}
.sale {
padding: 19px 0 16px 0;
}
.qual {
padding: 25px 0 16px 0;
}
p {
font-weight: 300;
font-size: 13.972px;
line-height: 17px;
display: inline-block;
}
}
}