You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/compare/CompareProducts/CompareProducts.scss

47 lines
977 B
SCSS

.CompareProducts {
padding: 1rem 0;
h1{
font-size: 25px;
font-weight: 300;
text-align: center;
}
.compare{
background: #ffffff;
border-radius: var(--xshop-border-radius);
h2{
font-weight: 300;
text-align: center;
background: var(--xshop-primary);
color: var(--xshop-diff);
padding: .5rem;
margin-bottom: 0;
}
img{
height: 30vh;
width: 100%;
object-fit: cover;
}
.top{
border-radius: var(--xshop-border-radius);
overflow: hidden;
}
ul{
padding-top: 1rem;
}
li{
list-style: none;
padding: 7px;
.meta-tag{
background: #00000011 ;
padding: 3px;
border-radius: var(--xshop-border-radius);
}
}
}
}