mirror of
https://gitlab.silvrtree.co.uk/martind2000/aodb.git
synced 2025-01-28 23:16:19 +00:00
37 lines
547 B
Plaintext
37 lines
547 B
Plaintext
|
|
.flight-menu {
|
|
background-color: #eaebec;
|
|
padding-top: 44px;
|
|
|
|
a {
|
|
background-color: #eaebec;
|
|
|
|
&.selected {
|
|
background-color: white !important;
|
|
|
|
i {
|
|
color: #00398a;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item {
|
|
border: 0 important;
|
|
}
|
|
|
|
i {
|
|
font-size: 200%;
|
|
color: #5d5d5d;
|
|
}
|
|
}
|
|
|
|
.bar {
|
|
//background-color: #00398A !important;
|
|
border-bottom: 3px solid #F7F1F1;
|
|
|
|
.title {
|
|
color: #00398a;
|
|
font-family: Roboto-Thin;
|
|
}
|
|
}
|