|
|
@ -139,35 +139,35 @@ body > .ui.grid:not(.page) { |
|
|
|
margin-right: @computerGutter; |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (max-width : (@tabletBreakpoint - 1)) { |
|
|
|
@media only screen and (max-width: (@largestMobileScreen)) { |
|
|
|
.ui.page.grid { |
|
|
|
width: @mobileWidth; |
|
|
|
margin-left: @mobileGutter; |
|
|
|
margin-right: @mobileGutter; |
|
|
|
} |
|
|
|
} |
|
|
|
@media only screen and (min-width : @tabletBreakpoint) { |
|
|
|
@media only screen and (min-width: @tabletBreakpoint) { |
|
|
|
.ui.page.grid { |
|
|
|
width: @tabletWidth; |
|
|
|
margin-left: @tabletGutter; |
|
|
|
margin-right: @tabletGutter; |
|
|
|
} |
|
|
|
} |
|
|
|
@media only screen and (min-width : @computerBreakpoint) { |
|
|
|
@media only screen and (min-width: @computerBreakpoint) { |
|
|
|
.ui.page.grid { |
|
|
|
width: @computerWidth; |
|
|
|
margin-left: @computerGutter; |
|
|
|
margin-right: @computerGutter; |
|
|
|
} |
|
|
|
} |
|
|
|
@media only screen and (min-width : @largeMonitorBreakpoint) { |
|
|
|
@media only screen and (min-width: @largeMonitorBreakpoint) { |
|
|
|
.ui.page.grid { |
|
|
|
width: @largeMonitorWidth; |
|
|
|
margin-left: @largeMonitorGutter; |
|
|
|
margin-right: @largeMonitorGutter; |
|
|
|
} |
|
|
|
} |
|
|
|
@media only screen and (min-width : @widescreenMonitorBreakpoint) { |
|
|
|
@media only screen and (min-width: @widescreenMonitorBreakpoint) { |
|
|
|
.ui.page.grid { |
|
|
|
width: @widescreenMonitorWidth; |
|
|
|
margin-left: @widescreenMonitorGutter; |
|
|
@ -670,7 +670,7 @@ body > .ui.grid:not(.page) { |
|
|
|
-----------------------*/ |
|
|
|
|
|
|
|
/* Mobile Only Hide */ |
|
|
|
@media only screen and ( max-width : (@tabletBreakpoint - 1px) ) { |
|
|
|
@media only screen and ( max-width: @largestMobileScreen ) { |
|
|
|
.ui.tablet:not(.mobile).only.grid, |
|
|
|
.ui.grid > .tablet:not(.mobile).only.row, |
|
|
|
.ui.grid > .tablet:not(.mobile).only.column, |
|
|
@ -685,7 +685,7 @@ body > .ui.grid:not(.page) { |
|
|
|
} |
|
|
|
} |
|
|
|
/* Tablet Only Hide */ |
|
|
|
@media only screen and (min-width: (@tabletBreakpoint)) and (max-width: (@computerBreakpoint - 1px) ) { |
|
|
|
@media only screen and (min-width: (@tabletBreakpoint)) and (max-width: @largestTabletScreen ) { |
|
|
|
.ui.mobile:not(.tablet).only.grid, |
|
|
|
.ui.grid > .mobile:not(.tablet).only.row, |
|
|
|
.ui.grid > .mobile:not(.tablet).only.column, |
|
|
@ -701,7 +701,7 @@ body > .ui.grid:not(.page) { |
|
|
|
} |
|
|
|
|
|
|
|
/* Computer Only Hide */ |
|
|
|
@media only screen and ( max-width : (@computerBreakpoint - 1px) ) { |
|
|
|
@media only screen and ( min-width: (@computerBreakpoint) ) { |
|
|
|
.ui.mobile:not(.computer).only.grid, |
|
|
|
.ui.grid > .mobile:not(.computer).only.row, |
|
|
|
.ui.grid > .mobile:not(.computer).only.column, |
|
|
@ -722,7 +722,7 @@ body > .ui.grid:not(.page) { |
|
|
|
|
|
|
|
|
|
|
|
/* Mobily Only */ |
|
|
|
@media only screen and (max-width : (@tabletBreakpoint - 1px)) { |
|
|
|
@media only screen and (max-width: @largestMobileScreen) { |
|
|
|
.ui.doubling.grid > .row { |
|
|
|
display: inline; |
|
|
|
} |
|
|
@ -792,7 +792,7 @@ body > .ui.grid:not(.page) { |
|
|
|
} |
|
|
|
|
|
|
|
/* Tablet Only */ |
|
|
|
@media only screen and (min-width : @tabletBreakpoint) and (max-width : (@computerBreakpoint - 1px)) { |
|
|
|
@media only screen and (min-width: @tabletBreakpoint) and (max-width: @largestTabletScreen) { |
|
|
|
.ui.doubling.grid > .row { |
|
|
|
display: inline; |
|
|
|
} |
|
|
@ -865,7 +865,7 @@ body > .ui.grid:not(.page) { |
|
|
|
Stackable |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
@media only screen and (max-width : (@tabletBreakpoint - 1px)) { |
|
|
|
@media only screen and (max-width: @largestMobileScreen) { |
|
|
|
.ui.stackable.grid { |
|
|
|
display: block !important; |
|
|
|
padding: 0em; |
|
|
|