UI update

This commit is contained in:
sairaj mote 2021-06-11 18:38:12 +05:30
parent 07d2e544fb
commit 5166311237
3 changed files with 9 additions and 11 deletions

View File

@ -1140,19 +1140,18 @@ ol[type="1"] {
}
.room-tile__icon {
height: 2.5rem;
width: 2.5rem;
margin-bottom: 1rem;
height: 3rem;
width: 3rem;
}
.room-tile__icon:not(.room-tile__icon--colored) {
fill: rgba(var(--text-color), 1);
}
.room-tile__icon--colored {
filter: drop-shadow(0 1rem 0.5rem rgba(0, 0, 0, 0.2));
}
.room-tile__title {
font-size: 1.2rem;
border-bottom: 1px solid;
align-self: flex-start;
}
#performance_preview {

File diff suppressed because one or more lines are too long

View File

@ -1030,18 +1030,17 @@ ol[type="1"]{
}
}
.room-tile__icon{
height: 2.5rem;
width: 2.5rem;
margin-bottom: 1rem;
height: 3rem;
width: 3rem;
&:not(.room-tile__icon--colored){
fill: rgba(var(--text-color), 1);
}
&--colored{
filter: drop-shadow(0 1rem 0.5rem rgba(0,0,0,0.2));
}
}
.room-tile__title{
font-size: 1.2rem;
border-bottom: 1px solid;
align-self: flex-start;
}
#performance_preview{
margin-top: auto;