blob: 3eea176a551c64359fa25db436dff53098f42d9a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
@import "_label";
/*
Your standard form element.
Styleguide 3.0.0
*/
form {
/*
Your standard text input box.
Styleguide 3.0.1
*/
input[type="text"] {
border: 1px solid #ccc;
}
}
|