Compare commits
No commits in common. "bf4905b48b6a234c3f189a49482255b4584919f3" and "1bfef55384980f221bb759f35079c4b337db20df" have entirely different histories.
bf4905b48b
...
1bfef55384
@ -1,5 +1,5 @@
|
|||||||
<section id="Meeting" class="[ meeting ]">
|
<section id="Meeting" class="[ meeting ]">
|
||||||
<a class="[ meeting__link btn btn-secondary ]" href="https://framaforms.org/reunion-dinformation-collective-astrolabe-cae-1591805443" target="_blank">
|
<a class="[ meeting__link ]" href="https://framaforms.org/reunion-dinformation-collective-astrolabe-cae-1591805443" target="_blank">
|
||||||
Réunions d'information
|
Réunions d'information
|
||||||
<svg width="18" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.602 5.823L12.05.376a1.357 1.357 0 00-1.875 0 1.295 1.295 0 000 1.84l3.278 3.235H1.326C.587 5.451 0 6.027 0 6.752s.587 1.302 1.326 1.302h12.127l-3.278 3.215a1.295 1.295 0 000 1.84 1.349 1.349 0 001.894 0l5.533-5.427c.246-.242.398-.576.398-.93 0-.353-.133-.687-.398-.93z" fill="#FFF"></path></svg>
|
<svg width="18" height="14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.602 5.823L12.05.376a1.357 1.357 0 00-1.875 0 1.295 1.295 0 000 1.84l3.278 3.235H1.326C.587 5.451 0 6.027 0 6.752s.587 1.302 1.326 1.302h12.127l-3.278 3.215a1.295 1.295 0 000 1.84 1.349 1.349 0 001.894 0l5.533-5.427c.246-.242.398-.576.398-.93 0-.353-.133-.687-.398-.93z" fill="#FFF"></path></svg>
|
||||||
</a>
|
</a>
|
||||||
|
@ -3,28 +3,23 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 20%;
|
top: 20%;
|
||||||
|
background-color: var(--color-theme-secondary);
|
||||||
|
border-top-left-radius: 1.75rem;
|
||||||
|
border-bottom-left-radius: 1.75rem;
|
||||||
|
border: 2px solid var(--color-light);
|
||||||
|
border-right: 0;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
|
line-height: 1.25rem;
|
||||||
|
text-align: center;
|
||||||
|
text-decoration: none;
|
||||||
|
font-size: 1.125rem;
|
||||||
|
font-weight: 700;
|
||||||
|
|
||||||
@media (max-width: 991.98px) {
|
@media (max-width: 991.98px) {
|
||||||
top: unset;
|
top: unset;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
|
||||||
|
|
||||||
&__link {
|
|
||||||
display: block;
|
|
||||||
flex: 1 1 auto;
|
|
||||||
border-radius: 0;
|
|
||||||
border-top-left-radius: 1.75rem;
|
|
||||||
border-bottom-left-radius: 1.75rem;
|
|
||||||
border: 2px solid var(--color-light);
|
|
||||||
border-right: 0;
|
|
||||||
color: var(--color-white);
|
|
||||||
padding: 1.125rem 1rem 1.125rem 2rem;
|
|
||||||
|
|
||||||
@media (max-width: 991.98px) {
|
|
||||||
padding: 1.125rem 2rem;
|
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
border-bottom: 0;
|
border-bottom: 0;
|
||||||
@ -32,8 +27,21 @@
|
|||||||
border-right: 0;
|
border-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&__link {
|
||||||
border-color: var(--color-white);
|
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 {
|
||||||
|
color: var(--color-white);
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user