Skip to content

Commit

Permalink
fix styling of development-notice
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
  • Loading branch information
szaimen authored and emoral435 committed Jan 11, 2024
1 parent d8e625f commit cf17267
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ select {
text-align: center;
a:not(.link-button) {
text-decoration: underline;
&:hover {
background-color: var(--color-primary-element-hover);
}
}
}

Expand All @@ -137,17 +134,17 @@ select {
margin: 16px;
padding: 14px 20px;
background-color: var(--color-primary-element);
color: #fff;
color: var(--color-primary-element-text);
border-radius: var(--border-radius-pill);
border: 1px solid var(--color-primary-element);
box-shadow: 0 2px 9px var(--color-box-shadow);

&:active,
&:hover,
&:focus {
color: var(--color-primary-element);
background-color: var(--color-primary-element-text);
border-color: var(--color-primary-element) !important;
&:focus,
&:focus-visible {
box-shadow: 0 0 0 4px var(--color-main-background) !important;
outline: 2px solid var(--color-main-text) !important;
}

&.icon-file {
Expand Down

0 comments on commit cf17267

Please sign in to comment.