Skip to content

Commit

Permalink
[mirotalksfu] - remove unused css
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 13, 2024
1 parent f0c4add commit 946691f
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions public/css/Room.css
Original file line number Diff line number Diff line change
Expand Up @@ -1370,49 +1370,6 @@ hr {
object-fit: contain;
}

.color-option {
display: flex;
align-items: center;
}

.color-circle {
width: 15px;
height: 15px;
border-radius: 50%;
margin-right: 5px;
}

.dark {
background-color: black;
}
.elegant {
background-color: gray;
}
.grey {
background-color: lightgray;
}
.green {
background-color: green;
}
.blue {
background-color: blue;
}
.red {
background-color: red;
}
.purple {
background-color: purple;
}
.orange {
background-color: orange;
}
.pink {
background-color: pink;
}
.yellow {
background-color: yellow;
}

/*--------------------------------------------------------------
# Pulse class effect
--------------------------------------------------------------*/
Expand Down

0 comments on commit 946691f

Please sign in to comment.