forked from basscss/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
46 lines (42 loc) · 775 Bytes
/
Copy pathindex.css
File metadata and controls
46 lines (42 loc) · 775 Bytes
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
/* Basscss Forms */
.label {
font-size: .875rem;
font-weight: bold;
display: block;
margin-bottom: .5rem;
}
.input {
font-family: inherit;
font-size: inherit;
display: block;
width: 100%;
height: 2.5rem;
padding: .5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
border-radius: 3px;
box-sizing: border-box;
}
.select {
font-family: inherit;
font-size: inherit;
display: block;
width: 100%;
height: 2.5rem;
padding: .5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
border-radius: 3px;
box-sizing: border-box;
}
.textarea {
font-family: inherit;
font-size: inherit;
display: block;
width: 100%;
padding: .5rem;
margin-bottom: 1rem;
border: 1px solid #ccc;
border-radius: 3px;
box-sizing: border-box;
}