Skip to content

Commit

Permalink
button and list css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
protitude committed Apr 22, 2024
1 parent d79d9de commit 230b409
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/01-atoms/buttons/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,13 @@ $button-colors: (
@include button-int;
}

&.active {
@include button($blue-active, $white, $blue-active, $white);
&:hover {
cursor: default;
}
}

&.ext {
@include button($white, $blue, $blue-active, $white);

Expand Down
1 change: 1 addition & 0 deletions components/01-atoms/lists/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ol {
padding-left: 1em;
}

.no-list-style ul,
ul.no-list-style {
list-style: none;
padding-left: 0;
Expand Down

0 comments on commit 230b409

Please sign in to comment.