buttons rapport

This commit is contained in:
Julie Blanc 2026-01-09 14:19:23 +01:00
parent 002b77b37a
commit 6d122fcf0c
5 changed files with 73 additions and 14 deletions

View file

@ -70,10 +70,17 @@ button:disabled{
line-height: 1;
overflow: hidden;
white-space: nowrap;
svg{
width: 18px;
height: 18px;
position: relative;
top: -1px;
}
a{
display: flex;
align-items: center;
justify-content: center;
gap: 1ch;
width: 100%;
height: 100%;
padding: 0 2ch;
@ -83,10 +90,12 @@ button:disabled{
display: flex;
align-items: center;
justify-content: center;
gap: 1ch;
padding: 0 2ch;
padding-top: 4px;
}
}
@ -95,29 +104,33 @@ button:disabled{
.btn--bold{
background-color: var(--color-txt);
color: var(--color-bg);
svg{ fill: var(--color-bg); }
&:hover{
background-color: var(--color-accent);
border-color: var(--color-accent);
a{
color: var(--color-bg);
}
svg{ fill: var(--color-bg); }
}
}
.btn--bold-inline{
background-color: var(--color-bg);
}
.btn--bold-inline:hover{
background-color: var(--grey-800);
color: var(--color-txt);
a{
svg{ fill: var(--color-txt); }
&:hover{
background-color: var(--grey-800);
color: var(--color-txt);
a{
background-color: var(--grey-800);
color: var(--color-txt);
}
}
}
.btn--light{
border: var(--border-light);
}
@ -151,7 +164,6 @@ button:disabled{
cursor: pointer;
.icon, .txt{ z-index: 10; }
.icon{