mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
styling! #3
This commit is contained in:
parent
723993b099
commit
74feb0c82a
9 changed files with 119 additions and 92 deletions
8
PlexRequests.UI/Content/bootstrap.css
vendored
8
PlexRequests.UI/Content/bootstrap.css
vendored
|
@ -1082,7 +1082,7 @@ th {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
html {
|
||||
font-size: 10px;
|
||||
font-size: 16px;
|
||||
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
body {
|
||||
|
@ -1589,8 +1589,8 @@ pre code {
|
|||
.container {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
padding-left: .9375rem;
|
||||
padding-right: .9375rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.container {
|
||||
|
@ -2563,7 +2563,7 @@ output {
|
|||
background-color: #ffffff;
|
||||
background-image: none;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 0;
|
||||
border-radius: .25rem;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
||||
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
||||
|
|
|
@ -10,6 +10,19 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 48em) {
|
||||
.home {
|
||||
padding-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 48em) {
|
||||
.home {
|
||||
padding-top: 4rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.multiSelect {
|
||||
background-color: #4e5d6c;
|
||||
}
|
||||
|
@ -19,3 +32,18 @@
|
|||
color: white !important;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-size: 3.5rem !important;
|
||||
font-weight: 600 !important;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: 1.1rem !important;
|
||||
}
|
||||
|
||||
label {
|
||||
display: inline-block !important;
|
||||
margin-bottom: .5rem !important;
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue