Skip to content

Commit

Permalink
fix(boutons): arrondi et toujours orange
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Feb 21, 2024
1 parent 6348711 commit d539d68
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion dist/extension/css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/extension/css/styles.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/serveur/css/styles.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/serveur/css/styles.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/css/styles.min.css

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions src/styles/06-components/btn-setting.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ app-btn-setting {
}

.sc-btn-setting {
border-radius: 1em;
min-height: 7.5em;

&:hover > ul > li.border.border-4 {
Expand All @@ -16,17 +17,16 @@ app-btn-setting {
}

.sc-btn-setting--default {
background-color: var(--cplus-light);
border-color: var(--cplus-body-bg);
background-image:
linear-gradient(45deg, var(--cplus-body-bg) 0 .5rem, transparent .5rem),
linear-gradient(-45deg, var(--cplus-body-bg) 0 .5rem, transparent .5rem),
linear-gradient(135deg, var(--cplus-body-bg) 0 .5rem, transparent .5rem),
linear-gradient(-135deg, var(--cplus-body-bg) 0 .5rem, transparent .5rem);

&:hover,
&:focus,
&:active {
&.btn,
&.btn:hover,
&.btn:focus,
&.btn:active {
border-color: var(--cplus-body-bg);
}
}
Expand Down

0 comments on commit d539d68

Please sign in to comment.