Style bouton réunions d'informations #47

Merged
florent.lesaout merged 1 commits from meeting into master 2023-04-10 18:02:38 +02:00

View File

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