utilities.css
707 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.acu-mb-4 {
margin-bottom: 20px
}
.acu-mb-1\.5 {
margin-bottom: 8px
}
.acu-mb-1 {
margin-bottom: 5px
}
.acu-mb-2 {
margin-bottom: 10px
}
.acu-mb-3 {
margin-bottom: 15px
}
.acu-block {
display: block
}
.acu-flex {
display: flex
}
.acu-grow {
flex-grow: 1
}
.acu-flex-row-reverse {
flex-direction: row-reverse
}
.acu-pl-8\.5 {
padding-left: 43px
}
.acu-pl-8 {
padding-left: 40px
}
.acu-pb-6 {
padding-bottom: 30px
}
.acu-pr-1 {
padding-right: 5px
}
.acu-pt-3 {
padding-top: 15px
}
.acu-uppercase {
text-transform: uppercase
}
.acu-text-notification-red {
color: var(--ac-notification-red)
}
@media (min-width: 1024px) {
.lg\:acu-flex {
display: flex
}
}