merge request

This commit is contained in:
2025-06-26 12:08:54 +02:00
10 changed files with 56 additions and 72 deletions

View File

@@ -1,11 +1,17 @@
.btn{
background: var(--brand-primary);
color: var(--brand-white);
padding: 5px 10px;
font-weight: var(--font-weight-semibold);
font-size: var(--font-size-text);
border-radius: 3px;
text-decoration: none;
color: var(--brand-white);
display: flex;
flex-direction: row;
align-items: center;
}
.btn-primary {
background: var(--brand-primary);
border-radius: 3px;
}
.btn-user {
@@ -23,4 +29,4 @@
.btn-user > span {
font-size: 28px;
}
}

View File

@@ -1,7 +1,13 @@
.logo{
#logo{
cursor: pointer;
text-decoration: none;
color: inherit;
color: var(--brand-white);
font-size: var(--font-size-logo);
font-weight: 600;
}
#logo span {
color: var(--brand-primary);
font-size: var(--font-size-logo);
span{
color: var(--brand-primary);
font-size: var(--font-size-logo);
}
}