Initial commit
This commit is contained in:
17
pma/themes/pmahomme/scss/_reboot.scss
Normal file
17
pma/themes/pmahomme/scss/_reboot.scss
Normal file
@ -0,0 +1,17 @@
|
||||
// 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