forked from henck/trizbort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.styl
executable file
·69 lines (58 loc) · 1.1 KB
/
input.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
label
display block
font-size 12.8px
color #008475
margin-bottom 5px
input, textarea
display block
width 100%
border none
padding 5px 2px 5px 2px
background transparent
color rgb(102, 102, 102)
outline none
textarea
resize none
.input-line
height 1px
background #DCDCDC
transition all ease 0.4s
margin-bottom 12px
input:focus + .input-line,
input:hover + .input-line,
textarea:focus + .input-line,
textarea:hover + .input-line
background #008475
input[type=checkbox],
input[type=radio]
display inline-block
width auto
margin-right 10px
vertical-align middle
input[type=checkbox] + label,
input[type=radio] + label
display inline
color inherit
.form-check
margin-top 10px
margin-bottom 10px
button
font-family Roboto, Arial, sans-serif
border none
margin-right 10px
padding 8px 8px 8px 8px
text-transform uppercase
font-size 14px
color #26418f
border-radius 2px
background transparent
font-weight 500
cursor pointer
outline none
&:hover
background #eee
.btn-primary
background #018786
color #fff
&:hover
background #15908F