create two version old and new
This commit is contained in:
23
new/styles/litterall_1.css
Normal file
23
new/styles/litterall_1.css
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
/*---------------------------------------------*/
|
||||
/*NAVBAR special DROPDOWN*/
|
||||
.navbar .nav_right .dropdown .drop {
|
||||
background-color: var(--color-back-base);
|
||||
}
|
||||
.navbar .nav_right .dropdown a:hover, .navbar .nav_right .dropdown a:focus {
|
||||
background-color: var(--color-back-dark);
|
||||
}
|
||||
.navbar .nav_right .dropdown .drop_items {
|
||||
top: 100%;
|
||||
left: 0px;
|
||||
height: 100%;
|
||||
flex-direction: column;
|
||||
display: none;
|
||||
}
|
||||
.navbar .nav_right .dropdown .drop_items::before {
|
||||
display: none;
|
||||
}
|
||||
.navbar .nav_right .dropdown:focus-within * {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user