Site
- Add skin selector in lobby page - change div with info and selectors in lobby page
This commit is contained in:
@ -74,8 +74,6 @@ body {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
/* POUR EDDY : CHANGE HERE FOR SELECTING THE SKIN */
|
||||
|
||||
.popup-background {
|
||||
display: none;
|
||||
position: fixed;
|
||||
@ -86,6 +84,7 @@ body {
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
z-index: 700;
|
||||
}
|
||||
|
||||
.popup-skin {
|
||||
@ -424,4 +423,13 @@ body {
|
||||
padding: 5px;
|
||||
border-radius: 50%;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.menuSelected {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.menuSelected {
|
||||
display: none;
|
||||
}
|
Reference in New Issue
Block a user