Skip to content

Commit

Permalink
#2247 hax-blox templates updated
Browse files Browse the repository at this point in the history
  • Loading branch information
btopro committed Nov 24, 2017
1 parent 6ecd745 commit 9385366
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 1 deletion.
@@ -1,5 +1,8 @@
<template is="dom-bind">
<style>
#hax-layout-[[model.layout]] .clearfix {
clear: both;
}
@media (min-width:[[model.breakpoint2]]) {
#hax-layout-[[model.layout]] .cols-25-25-25-25 {
padding: 0 -15px;
Expand Down Expand Up @@ -31,5 +34,6 @@
<div id="area4" class="cols-25">
<slot name="area4"></slot>
</div>
<div class="clearfix"></div>
</div>
</template>
@@ -1,5 +1,8 @@
<template is="dom-bind">
<style>
#hax-layout-[[model.layout]] .clearfix {
clear: both;
}
#hax-layout-[[model.layout]] #area1 {
display: block;
width: 25%;
Expand All @@ -24,5 +27,6 @@
<div id="area2">
<slot name="area2"></slot>
</div>
<div class="clearfix"></div>
</div>
</template>
</template>
@@ -1,5 +1,8 @@
<template is="dom-bind">
<style>
#hax-layout-[[model.layout]] .clearfix {
clear: both;
}
@media (min-width:[[model.breakpoint]]) {
#hax-layout-[[model.layout]] .cols-33-33-33 {
padding: 0 -15px;
Expand All @@ -24,4 +27,5 @@
<slot name="area3"></slot>
</div>
</div>
<div class="clearfix"></div>
</template>
@@ -1,5 +1,8 @@
<template is="dom-bind">
<style>
#hax-layout-[[model.layout]] .clearfix {
clear: both;
}
@media (min-width:[[model.breakpoint]]) {
#hax-layout-[[model.layout]] .cols-50-50 {
padding: 0 -15px;
Expand All @@ -20,5 +23,6 @@
<div id="area2" class="cols-50">
<slot name="area2"></slot>
</div>
<div class="clearfix"></div>
</div>
</template>
@@ -1,5 +1,8 @@
<template is="dom-bind">
<style>
#hax-layout-[[model.layout]] .clearfix {
clear: both;
}
@media (min-width:[[model.breakpoint]]) {
#hax-layout-[[model.layout]] .cols-66-33 {
padding: 0 -15px;
Expand All @@ -26,5 +29,6 @@
<div id="area2" class="cols-33">
<slot name="area2"></slot>
</div>
<div class="clearfix"></div>
</div>
</template>
@@ -1,5 +1,8 @@
<template is="dom-bind">
<style>
#hax-layout-[[model.layout]] .clearfix {
clear: both;
}
@media (min-width:[[model.breakpoint]]) {
#hax-layout-[[model.layout]] .cols-75-25 {
padding: 0 -15px;
Expand All @@ -26,5 +29,6 @@
<div id="area2" class="cols-25">
<slot name="area2"></slot>
</div>
<div class="clearfix"></div>
</div>
</template>

0 comments on commit 9385366

Please sign in to comment.