modal share
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 5s

This commit is contained in:
Julie Blanc 2025-12-23 19:17:52 +01:00
parent 08ebf7fc9e
commit 5914178e2f
19 changed files with 440 additions and 63 deletions

View file

@ -36,7 +36,7 @@ button:disabled{
display: block;
height: calc(var(--h-block)*1);
border: var(--border);
border-radius: 4px;
border-radius: var(--radius-btn);
font-size: var(--fs-small);
text-transform: uppercase;
line-height: 1;
@ -49,7 +49,15 @@ button:disabled{
width: 100%;
height: 100%;
padding: 0 2ch;
padding-top: 5px;
padding-top: 4px;
}
&.no-link{
display: flex;
align-items: center;
justify-content: center;
padding: 0 2ch;
padding-top: 4px;
}
}
@ -68,6 +76,8 @@ button:disabled{
}
.btn--bold-inline:hover{
background-color: var(--grey-800);
color: var(--color-txt);
a{
background-color: var(--grey-800);
color: var(--color-txt);
@ -78,6 +88,8 @@ button:disabled{
// DELETE ?
.btn__default{