diff --git a/www/docs/style/sass/parts/_accordion.scss b/www/docs/style/sass/parts/_accordion.scss index 4c44111154..3bf318406f 100644 --- a/www/docs/style/sass/parts/_accordion.scss +++ b/www/docs/style/sass/parts/_accordion.scss @@ -1,21 +1,3 @@ -.label { - background-color: #fff; - color: $primary-color; - padding: 0.25rem 0.5rem; - border-radius: 1rem; - font-size: 0.75rem; - - &--primary-light { - background-color: $primary-color-200; - color: $body-font-color; - } - - &--red { - background-color: lighten($color-red, 40%); - color: $body-font-color; - } -} - .alert-page-header { display: flex; flex-direction: row; @@ -41,6 +23,24 @@ .accordion { margin-top: 2rem; + + .label { + background-color: #fff; + color: $primary-color; + padding: 0.25rem 0.5rem; + border-radius: 1rem; + font-size: 0.75rem; + + &--primary-light { + background-color: $primary-color-200; + color: $body-font-color; + } + + &--red { + background-color: lighten($color-red, 40%); + color: $body-font-color; + } + } } .accordion-button {