-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_mixins.sass
49 lines (49 loc) · 1.16 KB
/
_mixins.sass
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
#mixins
padding: 30px 0px
a
color: $brownSugarKetchup
h1
margin: 0px
padding: 60px 0px 40px 0px
color: $puppySpot
text-align: center
h4
padding: 0px 0px 20px 0px
.table
max-width: 740px
margin: 20px auto 20px
font-size: 22px
a
color: $ketchup
.thead
padding: 0px 0px 0px 0px
color: $brownSugarKetchup
.tr
font-size: 0px
&:nth-of-type(even)
background: $white50
&:last-of-type
border-radius: 0px 0px 6px 6px
.th
border-bottom: 2px solid $brownSugarKetchup
padding-bottom: 8px
font-family: "Rubik One", sans-serif
font-size: 30px
font-weight: 500
vertical-align: bottom
.tbody .tr:first-of-type .td
padding-top: 11px
.td
padding: 0px 4px
line-height: 37px
text-align: left
vertical-align: middle
a
font-size: 18px
font-weight: normal
text-decoration: none
.showmore,
.showless
color: $ketchup
text-align: center
cursor: pointer