nitro-react/src/components/catalog/CatalogView.scss

132 lines
2.7 KiB
SCSS
Raw Normal View History

2021-04-22 05:26:30 +02:00
.nitro-catalog {
2021-09-22 21:01:56 +02:00
width: $catalog-width;
height: $catalog-height;
2021-06-21 11:54:29 +02:00
font[size="16"] {
2021-06-21 11:54:29 +02:00
font-size: 20px;
}
2022-02-01 07:58:19 +01:00
.catalog-search-button {
min-width: 30px;
width: 30px;
}
2022-02-06 05:28:18 +01:00
.quantity-input {
min-height: 17px;
height: 17px;
2022-03-16 10:25:45 +01:00
width: 28px;
2022-02-06 05:28:18 +01:00
padding: 0 4px;
text-align: right;
}
2021-04-22 05:26:30 +02:00
}
2021-05-05 09:14:54 +02:00
2022-02-02 21:54:40 +01:00
.nitro-catalog-gift {
width: 325px;
2022-02-02 21:54:40 +01:00
.gift-preview {
width: 80px;
height: 80px;
overflow: hidden;
}
.gift-color {
width: 15px;
height: 15px;
border-radius: $border-radius;
}
}
2022-01-16 05:56:31 +01:00
.nitro-catalog-navigation-grid-container {
border-color: #b6bec5 !important;
background-color: #cdd3d9;
2022-01-16 05:56:31 +01:00
border: 2px solid;
.nitro-catalog-navigation-section {
display: grid;
.nitro-catalog-navigation-section {
padding-left: 5px;
border-left: 2px solid #b6bec5;
}
}
2022-01-16 05:56:31 +01:00
.layout-grid-item {
font-size: $font-size-sm;
height: 23px !important;
border-color: unset !important;
background-color: #cdd3d9;
2022-01-16 05:56:31 +01:00
border: 0 !important;
padding: 1px 3px;
.svg-inline--fa {
color: $black;
font-size: 10px;
padding: 1px;
}
}
}
2022-02-02 21:54:40 +01:00
.nitro-catalog-layout-info-loyalty {
.info-loyalty-content {
background-repeat: no-repeat;
background-position: top right;
background-image: url("../../assets/images/catalog/diamond_info_illustration.gif");
padding-right: 123px;
2022-02-02 21:54:40 +01:00
}
.info-image {
width: 123px;
height: 350px;
background-image: url("../../assets/images/catalog/diamond_info_illustration.gif");
2022-02-02 21:54:40 +01:00
}
}
.nitro-catalog-layout-vip-buy-grid {
.layout-grid-item {
height: 50px !important;
max-height: 50px !important;
.icon-hc-banner {
width: 68px;
height: 40px;
background: url("../../assets/images/catalog/hc_big.png") center
no-repeat;
2022-02-02 21:54:40 +01:00
}
}
}
.nitro-catalog-layout-marketplace-grid {
.layout-grid-item {
height: 75px !important;
}
}
.nitro-catalog-layout-vip-gifts-grid {
.layout-grid-item {
height: 55px !important;
max-height: 55px !important;
}
}
.nitro-catalog-layout-marketplace-post-offer {
width: $marketplace-post-offer-width;
height: $marketplace-post-offer-height;
}
.nitro-catalog-layout-bundle-grid {
.layout-grid-item {
background-color: transparent;
}
}
.nitro-catalog-header {
width: 290px;
height: 60px;
align-self: center;
display: flex;
justify-content: center;
overflow: hidden;
flex-shrink: 0;
}