mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Use some new vars in the scss
This commit is contained in:
parent
0a5e635854
commit
596d09c6d5
3 changed files with 16 additions and 10 deletions
|
@ -63,8 +63,8 @@
|
|||
}
|
||||
|
||||
.discover-filter-buttons-group {
|
||||
background: #0f171d;
|
||||
border: 1px solid #35465c;
|
||||
background: $ombi-background-primary;
|
||||
border: 1px solid $ombi-background-primary-accent;
|
||||
border-radius: 30px;
|
||||
color:#fff;
|
||||
margin-bottom:10px;
|
||||
|
@ -78,7 +78,7 @@
|
|||
}
|
||||
|
||||
.discover-filter-button.cdk-focused{
|
||||
background:#62d2fa;
|
||||
background:$ombi-active;
|
||||
}
|
||||
|
||||
.discover-filter-button .mat-button-toggle-button:focus{
|
||||
|
|
|
@ -122,7 +122,7 @@
|
|||
.application-name{
|
||||
font-family: 'Montserrat', sans-serif;
|
||||
text-transform: uppercase;
|
||||
color:#62d2fa;
|
||||
color: $ombi-active;
|
||||
align-items:center;
|
||||
justify-content: center;
|
||||
font-weight: 700;
|
||||
|
@ -148,8 +148,8 @@
|
|||
}
|
||||
|
||||
.active-list-item{
|
||||
color:#1b242f;
|
||||
background: #62d2fa;
|
||||
color:$ombi-background-accent;
|
||||
background: $ombi-active;
|
||||
border-radius:0px 30px 30px 0px;
|
||||
padding:10px 20px;
|
||||
height:auto;
|
||||
|
@ -162,12 +162,12 @@
|
|||
}
|
||||
|
||||
.content-container{
|
||||
background: #0f171d;
|
||||
background: $ombi-background-primary;
|
||||
color:#FFF;
|
||||
|
||||
.top-bar-container{
|
||||
background: #0f171d;
|
||||
color:#35465c;
|
||||
background: $ombi-background-primary;
|
||||
color:$ombi-background-primary-accent;
|
||||
}
|
||||
|
||||
}
|
|
@ -36,4 +36,10 @@ $text-dark: white;
|
|||
$panel: mat-color(mat-palette($mat-grey, 800));
|
||||
$primary-dark: mat-color($ombi-dark-app-primary);
|
||||
$accent-dark: mat-color($ombi-dark-app-accent);
|
||||
$warn-dark: mat-color($ombi-dark-app-warn);
|
||||
$warn-dark: mat-color($ombi-dark-app-warn);
|
||||
|
||||
|
||||
$ombi-active: #62d2fa;
|
||||
$ombi-background-accent: #1b242f;
|
||||
$ombi-background-primary: #0f171f;
|
||||
$ombi-background-primary-accent: #35465c;
|
Loading…
Add table
Add a link
Reference in a new issue