some UI refactors

This commit is contained in:
geoffrey45
2022-05-10 13:20:22 +03:00
parent b13dad4c34
commit 301f07bda5
14 changed files with 36 additions and 25 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ const notifStore = useNotifStore();
height: 3.5rem;
bottom: 2rem;
padding: $small;
background-color: $green;
background: linear-gradient(to top right, #021b79, #0575e6);
display: grid;
place-items: center;
align-items: center;
@@ -50,10 +50,10 @@ const notifStore = useNotifStore();
}
.notif-error {
background-color: $red;
background: linear-gradient(to top right, #cf0b25, #e60518);
}
.notif-info {
background-color: $gray2;
background: linear-gradient(to top right, $gray4, $gray3);
}
</style>