Initial commit
This commit is contained in:
23
pma/themes/metro/scss/_reboot.scss
Normal file
23
pma/themes/metro/scss/_reboot.scss
Normal file
@ -0,0 +1,23 @@
|
||||
// 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;
|
||||
}
|
Reference in New Issue
Block a user