mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
96 lines
1.6 KiB
CSS
96 lines
1.6 KiB
CSS
#main {
|
|
margin: 3rem 0;
|
|
}
|
|
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
|
|
.table-img-100 {
|
|
max-width: 100px;
|
|
}
|
|
|
|
.loading {
|
|
background-image: url("{{ img('visiosoft.theme.base::images/loading.gif').url }}");
|
|
background-position: center;
|
|
background-size: 25px;
|
|
background-repeat: no-repeat;
|
|
height: 50px;
|
|
width: 100%;
|
|
}
|
|
|
|
@media only screen and (min-width: 960px) {
|
|
.login-section,
|
|
.register-section {
|
|
padding: 100px 50px;
|
|
}
|
|
}
|
|
|
|
.product-hb {
|
|
font-family: -apple-system,
|
|
BlinkMacSystemFont,
|
|
Arial,
|
|
Roboto,
|
|
Oxygen,
|
|
Ubuntu,
|
|
Cantarell,
|
|
Fira Sans,
|
|
Droid Sans,
|
|
Helvetica Neue,
|
|
sans-serif !important;
|
|
height: 500px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.heart-icon {
|
|
width: 36px;
|
|
height: 36px;
|
|
border-radius: 50%;
|
|
font-size: 18px;
|
|
color: rgb(109, 109, 109);
|
|
background-color: rgb(245, 245, 245);
|
|
position: absolute;
|
|
right: 25px;
|
|
top: 15px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.product-image-hb {
|
|
display: flex;
|
|
justify-content: center;
|
|
width:100%;
|
|
height: 500px;
|
|
padding: 10px;
|
|
}
|
|
|
|
.product-image-in {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit:cover;
|
|
border-radius: 6px;
|
|
}
|
|
|
|
.product-name-hb {
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
margin-top: 0;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 2;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.product-price-hb {
|
|
font-size: 24px;
|
|
font-weight:bolder;
|
|
background-color: rgb(244,244,244);
|
|
height: 50px;
|
|
}
|
|
.fs-14{
|
|
font-size: 14px;
|
|
line-height: 1.5em;
|
|
height: 3em; /* height is 2x line-height, so two lines will display */
|
|
overflow: hidden; /* prevents extra lines from being visible */
|
|
}
|
|
|
|
|