UI update
This commit is contained in:
parent
07d2e544fb
commit
5166311237
@ -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 {
|
||||
|
||||
2
assets/css/main.min.css
vendored
2
assets/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user