$
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user