Update website
This commit is contained in:
parent
a0b0d3dae7
commit
ae7ef6ad45
3151 changed files with 566766 additions and 48 deletions
23
admin/phpMyAdmin/themes/metro/scss/_reboot.scss
Normal file
23
admin/phpMyAdmin/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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue