Merge branch 'main' into fix/affichage-admin-upload
This commit is contained in:
commit
d08e9ffddd
15 changed files with 969 additions and 699 deletions
43
public/css/snackbar.css
Normal file
43
public/css/snackbar.css
Normal file
|
@ -0,0 +1,43 @@
|
|||
.snackbar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
background-color: #FF563C;
|
||||
color: #fff;
|
||||
width: 100%;
|
||||
padding: 5px 0;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.snackbar-is-closed {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.snackbarWrapper {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
span {
|
||||
margin: 10px 10px 10px 0;
|
||||
font-size: 0.75rem;
|
||||
/*12px*/
|
||||
font-family: 'Poppins';
|
||||
font-weight: 600;
|
||||
/*semi-bold*/
|
||||
}
|
||||
|
||||
@media screen and (min-width: 375px) {
|
||||
span {
|
||||
font-size: 1rem;
|
||||
/*16px*/
|
||||
}
|
||||
}
|
||||
|
||||
.snackbarFermer {
|
||||
height: 30px;
|
||||
width: 30px;
|
||||
cursor: pointer;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue