add new module
This commit is contained in:
parent
265b332b08
commit
53fb3fcabd
|
@ -267,8 +267,12 @@ body{
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.box:empty{
|
||||||
|
flex: none;
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
.box{
|
.box{
|
||||||
flex: 1;
|
flex: 3;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-family: "Barlow", Sans-serif;
|
font-family: "Barlow", Sans-serif;
|
||||||
font-size: 36px;
|
font-size: 36px;
|
||||||
|
@ -280,7 +284,7 @@ body{
|
||||||
transition: all .25s;
|
transition: all .25s;
|
||||||
@media(min-width: 1025px){
|
@media(min-width: 1025px){
|
||||||
&:hover{
|
&:hover{
|
||||||
flex: 0 1 25%;
|
flex: 4;
|
||||||
// img{
|
// img{
|
||||||
// transform: scale(1.5);
|
// transform: scale(1.5);
|
||||||
// transition: all .25s;
|
// transition: all .25s;
|
||||||
|
@ -288,7 +292,8 @@ body{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media(max-width: $screen-xs){
|
@media(max-width: $screen-xs){
|
||||||
flex: 100%;
|
width: 100%;
|
||||||
|
flex-wrap: wrap;
|
||||||
height: 250px;
|
height: 250px;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
<section class="layout-content-box box " data-pp="4"></section>
|
<section class="layout-content-box box " data-pp="4"></section>
|
||||||
<section class="layout-content-box box " data-pp="1"></section>
|
<section class="layout-content-box box " data-pp="1"></section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row colorbox">
|
<div class="row colorbox">
|
||||||
<section class="extra-box col-sm-12" data-pp="33"></section>
|
<section class="extra-box col-sm-12" data-pp="33"></section>
|
||||||
</div>
|
</div>
|
||||||
|
@ -43,6 +44,13 @@
|
||||||
<div class="layout-content-box col-sm-12 tab" data-pp="28"></div>
|
<div class="layout-content-box col-sm-12 tab" data-pp="28"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="row group">
|
||||||
|
<section class="layout-content-box box" data-pp="101"></section>
|
||||||
|
<section class="layout-content-box box" data-pp="102"></section>
|
||||||
|
<section class="layout-content-box box" data-pp="103"></section>
|
||||||
|
<section class="layout-content-box box" data-pp="104"></section>
|
||||||
|
<section class="layout-content-box box" data-pp="105"></section>
|
||||||
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="extra-box col-sm-12" data-pp="29"></div>
|
<div class="extra-box col-sm-12" data-pp="29"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue