-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathutil.sss
executable file
·99 lines (77 loc) · 1.98 KB
/
util.sss
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
@define-extend abs
position: absolute
/* float -------------------------------------------------------------------- */
[right]
float: right
/* Position Absolute -------------------------------------------------------- */
[abs-top]
@extend abs
top: 0
[abs-bottom]
@extend abs
bottom: 0
[abs-right]
@extend abs
right: 0
[abs-left]
@extend abs
left: 0
/* hr ----------------------------------------------------------------------- */
hr
background-color: $primaryShadow
border: none
height: 1px
margin-bottom: $spacing
margin-top: $spacing
/* Padding Top -------------------------------------------------------------- */
[pt-16]
padding-top: 16px
/* Margin Top --------------------------------------------------------------- */
[mt-0]
margin-top: 0 !important
[mt-xs]
margin-top: calc($spacing / 4)
[mt-sm]
margin-top: calc($spacing / 2)
[mt-md]
margin-top: $spacing
[mt-lg]
margin-top: calc($spacing * 2)
[mt-xl]
margin-top: calc($spacing * 4)
/* margin-bottom ------------------------------------------------------------ */
[mb-xs]
margin-bottom: calc($spacing / 4)
[mb-sm]
margin-bottom: calc($spacing / 2)
[mb-md]
margin-bottom: $spacing
[mb-lg]
margin-bottom: calc($spacing * 2)
[mb-xl]
margin-bottom: calc($spacing * 4)
/* margin-right ------------------------------------------------------------- */
[mr-xs]
margin-right: calc($spacing / 4)
[mr-sm]
margin-right: calc($spacing / 2)
[mr-md]
margin-right: $spacing
[mr-lg]
margin-right: calc($spacing * 2)
[mr-xl]
margin-right: calc($spacing * 4)
/* Money -------------------------------------------------------------------- */
money
display: block
text-align: right
symbol
display: block
float: left
font-size: 12px
opacity: 0.5
/* Icon --------------------------------------------------------------------- */
[icon-text]
float: left
font-size: 24px
margin-right: 8px