This commit is contained in:
pro.boooooo
2024-03-31 23:45:25 +02:00
parent bc0c68282a
commit 46aa945c1c
35 changed files with 1176 additions and 2709 deletions

View File

@@ -1,3 +1,5 @@
@import "../../assets/styles/vars.scss";
#rooms-container {
height: 100%;
width: 100%;
@@ -5,7 +7,7 @@
#err-no-rooms {
height: 100%;
display: flex;
color: red;
color: $red;
font-weight: bold;
justify-content: center;
align-items: center;
@@ -26,7 +28,8 @@
justify-content: center;
align-items: center;
flex-direction: column;
border: 1px dashed rgb(54, 54, 54);
border: 1px dashed $good_black;
border-radius: $my_border_rad;
position: relative;
&:hover {
@@ -41,8 +44,9 @@
position: absolute;
top: 0;
right: 0;
background: red;
background: $red;
display: none;
border-top-right-radius: $my_border_rad;
.room-delete-ascii {
display: flex;
@@ -50,7 +54,7 @@
height: 100%;
justify-content: center;
align-items: center;
color: white;
color: $white;
font-weight: bold;
}
}
@@ -95,8 +99,8 @@
#rooms-text-on {
width: 100px;
background: rgb(123, 106, 156);
color: white;
background: $primary;
color: $white;
display: none;
}
@@ -106,8 +110,8 @@
height: 40px;
border-radius: 50px;
border: none;
background: rgb(123, 106, 156);
color: white;
background: $primary;
color: $white;
font-size: 1em;
font-weight: bold;