mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 15:32:56 +00:00
parent
2079a74ab2
commit
23216e5aee
@ -21,7 +21,7 @@
|
|||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
/********************************************* COLUMN LAYOUTS STYLES */
|
/********************************************* COLUMN LAYOUTS STYLES */
|
||||||
/*@mixin cols($totalCols, $span) {
|
@mixin cols($totalCols, $span) {
|
||||||
$cw: 100% / $totalCols;
|
$cw: 100% / $totalCols;
|
||||||
min-width: (500px / $totalCols) * $span;
|
min-width: (500px / $totalCols) * $span;
|
||||||
@if ($totalCols != $span) {
|
@if ($totalCols != $span) {
|
||||||
@ -89,7 +89,7 @@
|
|||||||
@include clearfix;
|
@include clearfix;
|
||||||
padding: $interiorMargin 0;
|
padding: $interiorMargin 0;
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
/********************************************* FLEX STYLES */
|
/********************************************* FLEX STYLES */
|
||||||
.l-flex-row,
|
.l-flex-row,
|
||||||
|
Loading…
Reference in New Issue
Block a user