transform css to sass

This commit is contained in:
Julie Blanc 2026-01-12 18:25:15 +01:00
parent 1ad2c41a8e
commit 3e110f9c55
12 changed files with 696 additions and 158 deletions

View file

@ -1,27 +0,0 @@
.btn--solid{
font-weight: 600;
font-size: 1.2rem;
background-color: var(--color);
color: var(--white);
display: inline-flex;
align-items: center;
justify-content: center;
height: calc(var(--unit)*1.5);
border-radius: var(--radius-btn);
cursor: pointer;
a{
color: white;
text-decoration: none;
padding: 0px 1ch;
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
}
}