mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
frontend and tv episodes api work for #254
This commit is contained in:
parent
d7c40164cb
commit
33ba1db20b
12 changed files with 433 additions and 210 deletions
|
@ -384,7 +384,7 @@ $border-radius: 10px;
|
|||
|
||||
.bootstrap-datetimepicker-widget table td.active,
|
||||
.bootstrap-datetimepicker-widget table td.active:hover {
|
||||
color: #fff !important;
|
||||
color: #fff $i;
|
||||
}
|
||||
|
||||
.landing-header {
|
||||
|
@ -393,7 +393,7 @@ $border-radius: 10px;
|
|||
}
|
||||
|
||||
.landing-block {
|
||||
background: #2f2f2f !important;
|
||||
background: #2f2f2f $i;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
@ -415,3 +415,8 @@ $border-radius: 10px;
|
|||
.landing-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.checkbox-custom{
|
||||
margin-top:0 $i;
|
||||
margin-bottom:0 $i;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue