more refactoring

This commit is contained in:
geoffrey45
2022-02-23 21:48:57 +03:00
parent fe07961757
commit 38df211882
16 changed files with 85 additions and 51 deletions
+2 -2
View File
@@ -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 {