Merge pull request 'Style bouton réunions d'informations' (#47) from meeting into master

Reviewed-on: #47
This commit is contained in:
Florent Le Saout 2023-04-10 18:02:38 +02:00
commit 835a3251f0

View File

@ -1,4 +1,5 @@
.meeting {
display: flex;
position: fixed;
right: 0;
top: 20%;
@ -10,19 +11,32 @@
z-index: 10;
line-height: 1.25rem;
text-align: center;
padding: 1.125rem 2rem 1rem;
text-decoration: none;
font-size: 1.125rem;
font-weight: 700;
@media (max-width: 991.98px) {
top: unset;
bottom: 2rem;
right: 0;
bottom: 0;
left: 0;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-bottom: 0;
border-left: 0;
border-right: 0;
}
&__link {
display: block;
flex: 1 1 auto;
color: var(--color-white);
text-decoration: none;
padding: 1.125rem 1rem 1.125rem 2rem;
@media (max-width: 991.98px) {
padding: 1.125rem 2rem;
}
&:hover,
&:focus {