|
|
@ -38,6 +38,12 @@ |
|
|
|
.ui.grid.container { |
|
|
|
width: @mobileGridWidth !important; |
|
|
|
} |
|
|
|
.ui.relaxed.grid.container { |
|
|
|
width: @mobileRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
.ui.very.relaxed.grid.container { |
|
|
|
width: @mobileVeryRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* Tablet */ |
|
|
@ -50,6 +56,12 @@ |
|
|
|
.ui.grid.container { |
|
|
|
width: @tabletGridWidth !important; |
|
|
|
} |
|
|
|
.ui.relaxed.grid.container { |
|
|
|
width: @tabletRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
.ui.very.relaxed.grid.container { |
|
|
|
width: @tabletVeryRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* Small Monitor */ |
|
|
@ -62,6 +74,12 @@ |
|
|
|
.ui.grid.container { |
|
|
|
width: @computerGridWidth !important; |
|
|
|
} |
|
|
|
.ui.relaxed.grid.container { |
|
|
|
width: @computerRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
.ui.very.relaxed.grid.container { |
|
|
|
width: @computerVeryRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* Large Monitor */ |
|
|
@ -74,6 +92,12 @@ |
|
|
|
.ui.grid.container { |
|
|
|
width: @largeMonitorGridWidth !important; |
|
|
|
} |
|
|
|
.ui.relaxed.grid.container { |
|
|
|
width: @largeMonitorRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
.ui.very.relaxed.grid.container { |
|
|
|
width: @largeMonitorVeryRelaxedGridWidth !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/******************************* |
|
|
|