|
|
@ -122,7 +122,7 @@
|
|
|
|
.application-name{
|
|
|
|
.application-name{
|
|
|
|
font-family: 'Montserrat', sans-serif;
|
|
|
|
font-family: 'Montserrat', sans-serif;
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color:#62d2fa;
|
|
|
|
color: $ombi-active;
|
|
|
|
align-items:center;
|
|
|
|
align-items:center;
|
|
|
|
justify-content: center;
|
|
|
|
justify-content: center;
|
|
|
|
font-weight: 700;
|
|
|
|
font-weight: 700;
|
|
|
@ -148,8 +148,8 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.active-list-item{
|
|
|
|
.active-list-item{
|
|
|
|
color:#1b242f;
|
|
|
|
color:$ombi-background-accent;
|
|
|
|
background: #62d2fa;
|
|
|
|
background: $ombi-active;
|
|
|
|
border-radius:0px 30px 30px 0px;
|
|
|
|
border-radius:0px 30px 30px 0px;
|
|
|
|
padding:10px 20px;
|
|
|
|
padding:10px 20px;
|
|
|
|
height:auto;
|
|
|
|
height:auto;
|
|
|
@ -162,12 +162,12 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.content-container{
|
|
|
|
.content-container{
|
|
|
|
background: #0f171d;
|
|
|
|
background: $ombi-background-primary;
|
|
|
|
color:#FFF;
|
|
|
|
color:#FFF;
|
|
|
|
|
|
|
|
|
|
|
|
.top-bar-container{
|
|
|
|
.top-bar-container{
|
|
|
|
background: #0f171d;
|
|
|
|
background: $ombi-background-primary;
|
|
|
|
color:#35465c;
|
|
|
|
color:$ombi-background-primary-accent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|