taskotron landing page: Add drop down menu
This commit is contained in:
parent
894e27b920
commit
49a11bb027
5 changed files with 43 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue