1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2024-12-27 05:42:22 +00:00
plateforme-corres2math/assets/style.css
2019-09-28 01:14:08 +02:00

26 lines
365 B
CSS

:root {
--navbar-height: 32px;
}
#navbar-logo {
height: var(--navbar-height);
display: block;
}
ul .deroule {
display: none;
position: absolute;
background: #f8f9fa !important;
list-style-type: none;
padding: 20px;
z-index: 42;
}
li:hover ul.deroule {
display:block;
}
a.nav-link:hover {
background-color: #d8d9da;
}