Merge pull request 'Style bouton réunions d'informations' (#47) from meeting into master
Reviewed-on: AstrolabeCAE/SiteWebAstrolabe#47
This commit is contained in:
commit
835a3251f0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user