🆙 Updated all css to be used for vite 8.0

This commit is contained in:
duckietm
2026-04-10 10:15:58 +02:00
parent 4afdfd8f33
commit 2ac7ed492f
6 changed files with 26 additions and 28 deletions
+1 -1
View File
@@ -139,7 +139,7 @@
div {
line-height: 28px;
text-align: center;
color: $black;
color: #000;
font-weight: bold;
}
}
+7 -7
View File
@@ -5,7 +5,7 @@
.nitro-room-tools {
background: #212131;
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
box-shadow: inset 0px 5px rgba(6, 6, 6, 0.6), inset 0 -4px rgba(0, 0, 0, 0.6);
border-top-right-radius: .25rem;
border-bottom-right-radius: .25rem;
transition: all .2s ease;
@@ -16,7 +16,7 @@
background: transparent;
padding: 3px 0px;
color: #FFF;
border-color: rgba(#000, 0.3);
border-color: rgba(0, 0, 0, 0.3);
cursor: pointer;
&:hover {
@@ -55,7 +55,7 @@
.nitro-room-history {
background: #212131;
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
box-shadow: inset 0px 5px rgba(6, 6, 6, 0.6), inset 0 -4px rgba(0, 0, 0, 0.6);
transition: all .2s ease;
width: 150px;
overflow: hidden;
@@ -64,7 +64,7 @@
.nitro-room-tools-info {
background: #212131;
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
box-shadow: inset 0px 5px rgba(6, 6, 6, 0.6), inset 0 -4px rgba(0, 0, 0, 0.6);
transition: all .2s ease;
max-width: 250px;
}
@@ -83,9 +83,9 @@
left: 50%;
transform: translateX(-50%);
font-size: large;
background: rgba(#000, 0.95);
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
border-radius: $border-radius;
background: rgba(0, 0, 0, 0.95);
box-shadow: inset 0px 5px rgba(6, 6, 6, 0.6), inset 0 -4px rgba(0, 0, 0, 0.6);
border-radius: 0.25rem;
transition: all 0.2s ease;
z-index: 21;