mirror of
https://github.com/mue/mue.git
synced 2026-07-28 03:01:10 +02:00
style: more codacy fixes
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
border-radius: 24px;
|
||||
box-shadow: 0 5px 15px rgba(128, 161, 144, 0.4);
|
||||
|
||||
&:hover, &:active {
|
||||
&:hover,
|
||||
&:active {
|
||||
outline: none;
|
||||
background: none;
|
||||
}
|
||||
@@ -19,6 +20,7 @@
|
||||
|
||||
.pinNote {
|
||||
@extend %settingsButton;
|
||||
|
||||
background-color: map-get($button-colours, 'confirm');
|
||||
border: 2px solid map-get($button-colours, 'confirm');
|
||||
color: map-get($theme-colours, 'main');
|
||||
@@ -42,6 +44,7 @@
|
||||
|
||||
.saveNote {
|
||||
@extend %settingsButton;
|
||||
|
||||
background-color: map-get($button-colours, 'other');
|
||||
border: 2px solid map-get($button-colours, 'other');
|
||||
color: map-get($theme-colours, 'main');
|
||||
|
||||
Reference in New Issue
Block a user