9 lines
No EOL
154 B
SCSS
9 lines
No EOL
154 B
SCSS
.form-field label {
|
|
font-weight: 500;
|
|
margin-bottom: 5px;
|
|
color: '#888';
|
|
}
|
|
|
|
.capitalize-first::first-letter {
|
|
text-transform: uppercase;
|
|
} |