mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Project Aphrodite
This commit is contained in:
54
frontend/src/Styles/scaffolding.css
Normal file
54
frontend/src/Styles/scaffolding.css
Normal file
@@ -0,0 +1,54 @@
|
||||
/* stylelint-disable */
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*:focus {
|
||||
outline: none;
|
||||
}
|
||||
/* stylelint-enable */
|
||||
|
||||
html,
|
||||
body {
|
||||
color: #515253;
|
||||
font-family: 'Roboto', 'open sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 14px;
|
||||
line-height: 1.528571429; /* 20/14 */
|
||||
}
|
||||
|
||||
/* Override normalize */
|
||||
|
||||
button,
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
margin: 0;
|
||||
font-size: inherit;
|
||||
font-family: inherit;
|
||||
line-height: 1.528571429; /* 20/14 */
|
||||
}
|
||||
|
||||
/* Better defaults for unordererd lists */
|
||||
|
||||
ul {
|
||||
margin: 0;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
|
||||
input,
|
||||
optgroup,
|
||||
select,
|
||||
textarea {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user