avant validation
This commit is contained in:
50
css/style.css
Normal file
50
css/style.css
Normal file
@@ -0,0 +1,50 @@
|
||||
/*=============================================================================
|
||||
Header Navbar Styles
|
||||
=============================================================================*/
|
||||
|
||||
.navbar-brand {
|
||||
font-size: 1.2rem;
|
||||
line-height: 1;
|
||||
padding-top: 0.25rem;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.brand-sep {
|
||||
height: 1.2rem;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1399.98px) {
|
||||
.navbar .nav-item {
|
||||
background-color: var(--bs-light);
|
||||
border: 1px solid var(--bs-border-color);
|
||||
border-radius: .25rem;
|
||||
margin-bottom: .375rem;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#navbarSupportedContent>ul:first-child {
|
||||
margin-top: .5rem;
|
||||
}
|
||||
|
||||
#navbarSupportedContent>ul:last-child {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.bi {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*=============================================================================
|
||||
Image Preview Styles
|
||||
=============================================================================*/
|
||||
|
||||
.img-preview {
|
||||
max-width: 150px;
|
||||
border-radius: 8px;
|
||||
display: none;
|
||||
/* cachée tant qu'il n'y a pas d'image */
|
||||
}
|
||||
Reference in New Issue
Block a user