You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
887 B
54 lines
887 B
@import "../../src/scss/variables.scss";
|
|
@import "../../src/scss/mixins.scss";
|
|
|
|
.component-pdp {
|
|
padding: 40px 0;
|
|
|
|
.banner {
|
|
background: $light-gray;
|
|
text-align: center;
|
|
}
|
|
|
|
.image {
|
|
width: 100%;
|
|
}
|
|
|
|
.title {
|
|
display: block;
|
|
font-size: $font-30;
|
|
font-weight: normal;
|
|
padding: 0 0 30px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.subtitle {
|
|
display: block;
|
|
font-size: $font-12;
|
|
text-transform: uppercase;
|
|
padding-bottom: 7px;
|
|
margin-bottom: 30px;
|
|
border-bottom: 1px solid $gray;
|
|
}
|
|
|
|
.text {
|
|
display: block;
|
|
font-size: $font-12;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.price {
|
|
display: block;
|
|
font-size: $font-26;
|
|
font-weight: normal;
|
|
text-align: right;
|
|
padding: 0 0 20px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.related {
|
|
background: $light-gray;
|
|
text-align: center;
|
|
margin-top: 40px;
|
|
height: calc(100% - 130px);
|
|
}
|
|
}
|