taskotron landing page: Add drop down menu

This commit is contained in:
Lukas Brabec 2017-03-16 12:36:16 +00:00 committed by Martin Krizek
parent 894e27b920
commit 49a11bb027
5 changed files with 43 additions and 4 deletions

View file

@ -64,6 +64,25 @@ body {
color: #639a81 !important;
}
.dropdown-menu {
background-color: #535452;
text-transform: uppercase;
}
.dropdown-menu a {
color: #e8e8e8 !important;
}
.dropdown-menu a:hover {
color: #535452 !important;
}
.production {
text-transform: uppercase;
color: #639a81 !important;
font-size: 10pt;
}
.development {
text-transform: uppercase;
color: #cc6168 !important;