💄 Updating the UI and style files.

This commit is contained in:
WispX
2021-12-14 11:02:15 +08:00
parent e2e0a2ce9a
commit f91c4b2fbf
18 changed files with 11759 additions and 105 deletions
+32
View File
@@ -0,0 +1,32 @@
@import '~toastr';
.scrollbar-none::-webkit-scrollbar {
display: none;
}
.scrollbar-none {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
progress::-webkit-progress-bar {
background-color: #d7d7d7;
}
progress::-webkit-progress-value {
background-color: #5dcafa;
}
#toast-container {
&>div {
font-size: 13px;
padding: 10px 10px 10px 50px;
box-shadow: 0 0 12px rgba(183, 183, 183, 0.47);
&:hover {
box-shadow: 0 0 12px rgba(161, 161, 161, 0.47);
}
}
}
.toast-close-button {
right: -0.15em;
}