mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
Adding new Admin UI. Updating Fredy to V3.0.0 as it has been a large rewrite. Thanks for all contributions and help on the way!
15 lines
320 B
Plaintext
15 lines
320 B
Plaintext
.topMenu {
|
|
border-bottom: 1px solid #b7b7b7f2 !important;
|
|
|
|
&__active {
|
|
border-bottom: 1px solid #06dcfff2 !important;
|
|
font-weight: 550 !important;
|
|
color: #78e5ff !important;
|
|
margin: 0 0 -1px !important;
|
|
}
|
|
|
|
&__item {
|
|
color: #fffffff2 !important;
|
|
border-color: transparent !important;
|
|
}
|
|
} |