File: /home/slfopp7cb1df/public_html/home/wp-content/themes/nanosoft/assets/less/modules/_grid.less
.row {
&:after {
&:extend(.clear);
}
margin-left: -(@grid-gutter/2);
margin-right: -(@grid-gutter/2);
}
.columns {
float: left;
padding: 0 @grid-gutter/2;
}
.columns-1 {
width: 8.333333333333334%;
}
.columns-2 {
width: 16.666666666666668%;
}
.columns-3 {
width: 25%;
}
.columns-4 {
width: 33.333333333333336%;
}
.columns-5 {
width: 41.666666666666664%;
}
.columns-6 {
width: 50%;
}
.columns-7 {
width: 58.333333333333336%;
}
.columns-8 {
width: 66.66666666666667%;
}
.columns-9 {
width: 75%;
}
.columns-10 {
width: 83.33333333333333%;
}
.columns-11 {
width: 91.66666666666667%;
}
.columns-12 {
width: 100%;
}
.pull-1 {
left: -8.333333333333334%;
}
.pull-2 {
left: -16.666666666666668%;
}
.pull-3 {
left: -25%;
}
.pull-4 {
left: -33.333333333333336%;
}
.pull-5 {
left: -41.666666666666664%;
}
.pull-6 {
left: -50%;
}
.pull-7 {
left: -58.333333333333336%;
}
.pull-8 {
left: -66.66666666666667%;
}
.pull-9 {
left: -75%;
}
.pull-10 {
left: -83.33333333333333%;
}
.pull-11 {
left: -91.66666666666667%;
}
.pull-12 {
left: -100%;
}
.push-1 {
left: 8.333333333333334%;
}
.push-2 {
left: 16.666666666666668%;
}
.push-3 {
left: 25%;
}
.push-4 {
left: 33.333333333333336%;
}
.push-5 {
left: 41.666666666666664%;
}
.push-6 {
left: 50%;
}
.push-7 {
left: 58.333333333333336%;
}
.push-8 {
left: 66.66666666666667%;
}
.push-9 {
left: 75%;
}
.push-10 {
left: 83.33333333333333%;
}
.push-11 {
left: 91.66666666666667%;
}
.push-12 {
left: 100%;
}