-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.sass
68 lines (51 loc) · 903 Bytes
/
app.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
*
margin: 0
padding: 0
body
font: 15px/20px sans-serif
padding: 10px
a
color: blue
cursor: pointer
text-decoration: underline
&:visited
color: purple
.row
display: flex
flex-direction: row
.col.one-third
width: 33.33%
.col.two-thirds
width: 66.66%
h2
margin: 20px 0 10px
.task
padding: 10px
border: 1px solid #eee
.status
font-size: 0.8em
padding: 2px 5px
background: #eee
margin-right: 10px
.description
color: #999
.comment
padding: 10px
border: 1px solid #eee
.user
font-weight: bold
margin-right: 10px
.tweet
padding: 10px
border: 1px solid #eee
display: flex
.body
flex-grow: 1
.time
color: #999
form
background: #eee
padding: 10px
input, button
font: inherit
padding: 5px