2025-02-23
2025-02-24
This commit is contained in:
parent
2212f4fc14
commit
0f52ff0cef
40 changed files with 846 additions and 75 deletions
|
|
@ -2,7 +2,7 @@ button {
|
|||
--button-background-color: var(--color-secondary);
|
||||
--button-border-color: var(--color-primary);
|
||||
--button-font-weight: 100;
|
||||
--button-padding: var(--s-1);
|
||||
--button-padding: var(--s-2);
|
||||
--button-text-color: var(--color-primary);
|
||||
|
||||
padding: var(--button-padding);
|
||||
|
|
@ -38,6 +38,7 @@ button {
|
|||
}
|
||||
|
||||
/* TODO: Déplacer dans un Composant. */
|
||||
|
||||
/* Bouton intégré dans un ensemble. */
|
||||
&.integrated {
|
||||
border: initial;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue