multiroom
This commit is contained in:
parent
b5e68114eb
commit
90c37ebc98
6 changed files with 104 additions and 4 deletions
|
@ -1637,4 +1637,29 @@
|
|||
background: transparent;
|
||||
border : 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.content-inner.cider-multiroom{
|
||||
padding: 0px;
|
||||
.detail{
|
||||
padding: 32px;
|
||||
}
|
||||
.header-desc{
|
||||
font-size: 1em;
|
||||
font-weight: 400;
|
||||
}
|
||||
.artworkContainer{
|
||||
height: 300px;
|
||||
width : 100%;
|
||||
img{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
object-fit: cover;
|
||||
filter: unset;
|
||||
&:last-child{
|
||||
transform: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue