mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
more refactoring
This commit is contained in:
@@ -77,7 +77,7 @@ button {
|
||||
border-radius: $small;
|
||||
|
||||
&:hover {
|
||||
background-color: $pink !important;
|
||||
background-color: $red !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -157,7 +157,7 @@ button {
|
||||
}
|
||||
|
||||
.shadow-sm {
|
||||
box-shadow: 0 0 .5rem rgb(0, 0, 0);
|
||||
box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.452);
|
||||
}
|
||||
|
||||
.shadow-md {
|
||||
|
||||
Reference in New Issue
Block a user