plateforme-corres2math/assets/style.css

48 lines
562 B
CSS
Raw Normal View History

2019-10-21 23:20:34 +00:00
html, body {
height: 100%;
margin: 0;
}
2019-09-23 22:41:53 +00:00
:root {
--navbar-height: 32px;
}
2019-10-21 23:20:34 +00:00
.container {
min-height: 78%;
}
.inner {
margin: 20px;
}
.alert {
text-align: justify;
}
footer .alert {
text-align: center;
}
2019-09-23 22:41:53 +00:00
#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;
}