diff --git a/index.html b/index.html index 683ac4e..99c859d 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,7 @@ @@ -53,6 +52,13 @@ Badge span
Bouton lien .link +
+
+ + Bouton lien + Bouton lien + +

diff --git a/src/components/_buttons.scss b/src/components/_buttons.scss index f242878..0275db7 100644 --- a/src/components/_buttons.scss +++ b/src/components/_buttons.scss @@ -46,4 +46,20 @@ a[href].button:not(.link), a[href].button:visited:not(.link), button, input[type :disabled, .disabled { filter: #{"grayscale(1)"}; opacity: 0.5; +} + +.button-group { + display:flex; + .button, button { + margin:0; + &:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + &:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + border-right: 1px solid var(--color-accent-text); + } + } } \ No newline at end of file