-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.sass
50 lines (49 loc) · 803 Bytes
/
styles.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
50
body
font-family: sans-serif
margin: 0
background-color: #3A4750
color: #EA9215
.container
background-color: #303841
max-width: 1000px
margin: 0 auto
border-radius: 10px
h1
text-align: center
margin: 0
img
height: 35px
width: 35px
border: 2px solid #EA9215
display: inline-block
margin-right: 15px
vertical-align: middle
.tableRow
p
display: inline-block
text-align: center
.rank
width: 5%
p.camperName
text-align: left
width: 40%
.pointsLast30
width: 25%
.pointsAllTime
width: 30%
.tableRowHeader
p
font-weight: bold
display: inline-block
text-align: center
.rankHeader
width: 5%
p.camperNameHeader
width: 40%
text-align: left
.pointsLast30Header
width: 25%
cursor: pointer
.pointsAllTimeHeader
width: 30%
cursor: pointer