|
@@ -808,7 +808,48 @@ article.node--type-frontpage{
|
|
|
}
|
|
|
&.home-pricing{
|
|
|
@extend %part-centered-layout;
|
|
|
-
|
|
|
+ .field--name-field-pricing{
|
|
|
+ padding:2em 0;
|
|
|
+ }
|
|
|
+ .field--name-computed-products-reference{
|
|
|
+ display: flex;
|
|
|
+ flex-flow: row nowrap;
|
|
|
+
|
|
|
+ >.field__item{
|
|
|
+ flex:0 0 50%;
|
|
|
+ text-align: center;
|
|
|
+ padding: 2em 0;
|
|
|
+ &:nth-child(1){
|
|
|
+ background-color: $color-base
|
|
|
+ }
|
|
|
+ &:nth-child(2){
|
|
|
+ background-color: $color-webshowroom;
|
|
|
+ }
|
|
|
+ color: #fff;
|
|
|
+ position: relative;
|
|
|
+ height:18em;
|
|
|
+ >div{
|
|
|
+ position: absolute;
|
|
|
+ top:50%; left:50%;
|
|
|
+ transform: translate(-50%, -50%);
|
|
|
+ }
|
|
|
+ .field--name-title{
|
|
|
+ @extend %front-col-field__label;
|
|
|
+ font-weight: 600;
|
|
|
+ line-height: 0.7;
|
|
|
+ padding-bottom: 0.5em;
|
|
|
+ text-align: center;
|
|
|
+ word-spacing: 30000px;
|
|
|
+ }
|
|
|
+ .field--name-field-description{
|
|
|
+ @extend %front-col-descritpion;
|
|
|
+ padding:0.5em;
|
|
|
+ p{
|
|
|
+ margin: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}
|