ASDV-SQL/lamp/themes/metro/scss/_reboot.scss

24 lines
202 B
SCSS
Raw Normal View History

// Document
*:focus {
outline: none;
}
// Body
body {
text-align: $left;
}
// Forms
input,
select {
font-size: 1em;
}
textarea {
font-family: $font-family-monospace;
font-size: 1.2em;
}