-
Notifications
You must be signed in to change notification settings - Fork 1
/
css.styl
84 lines (67 loc) · 1.24 KB
/
css.styl
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
$border = #D8D8D8
form
border: 1px solid $border
border-radius: 5px
min-height: 145px
fieldset
border: 0
padding: 10px
overflow: initial
p
margin: 0 0 10px
p
margin: 10px
header
background: #F5F5F5
border-bottom: 1px solid $border
padding: 10px
text-shadow: 0 1px 0 #FFF
.selectize-input
width: 200px
padding: 5px 5px
float: right
h2
float: left
font-size: 16px
line-height: 29px
margin: 0
button
float: right
button
background-color: #EEE
background-image: linear-gradient(#FCFCFC, #EEE)
border-radius: 3px
border: 1px solid $border
color: #333
cursor: pointer
font-size: 13px
font-weight: bold
line-height: 24px
margin: 0
padding: 0 10px
text-shadow: 0 1px 0 rgba(255,255,255,0.9)
white-space: nowrap
display: inline-block
&:hover
background-color: #DDD
background-image: linear-gradient(#EEE, #DDD)
&:active
background-image: none
border-color: #B5B5B5
box-shadow: inset 0 2px 4px rgba(0,0,0,0.15)
outline: none
.added
border-top: 1px solid $border
strong
float: left
line-height: 24px
ul
margin: 0
list-style: none
float: right
.target
display: none
label
display: block
h3
margin: 0 0 10px