style cards small
All checks were successful
Deploy / Deploy to Production (push) Successful in 15s

This commit is contained in:
Julie Blanc 2026-02-25 14:14:37 +01:00
parent e69e765586
commit 1fedb2392c
10 changed files with 202 additions and 91 deletions

View file

@ -135,16 +135,15 @@ button:disabled{
height: calc(var(--h-block)*1);
border: var(--border);
border-radius: var(--radius-btn);
font-size: var(--fs-xsmall);
font-weight: 500;
text-transform: uppercase;
font-size: var(--fs-small);
// font-weight: 500;
// text-transform: uppercase;
line-height: 1;
overflow: hidden;
white-space: nowrap;
@include icon(12px);
svg{
width: 18px;
height: 18px;
position: relative;
position: relative;
top: -1px;
}
a{
@ -154,7 +153,7 @@ button:disabled{
gap: 1ch;
width: 100%;
height: 100%;
padding: 0 2ch;
padding: 0 1.25ch;
padding-top: 4px;
}
&.no-link{
@ -162,10 +161,12 @@ button:disabled{
align-items: center;
justify-content: center;
gap: 1ch;
padding: 0 2ch;
padding: 0 1.25ch;
padding-top: 4px;
}
}
@ -189,7 +190,10 @@ button:disabled{
.btn--bold-inline{
background-color: var(--color-bg);
svg{ fill: var(--color-txt); }
// svg{
// fill: var(--color-txt);
// size: 13px!important;
// }
&:hover{
background-color: var(--grey-950);
color: var(--grey-100);
@ -229,16 +233,16 @@ button:disabled{
}
@media #{$small}{
svg{
width: 11px;
height: 11px;
width: 12px;
height: 12px;
}
}
@media #{$x-small}{
right: calc(var(--padding-inner)*0.5);
bottom: calc(var(--padding-inner)*0.25);
svg{
width: 11px;
height: 11px;
width: 12px;
height: 12px;
}
}
}