mirror of
https://github.com/nasa/openmct.git
synced 2025-05-03 09:12:51 +00:00
Merge pull request #1693 from nasa/fix-selector-1685
Fix Selector Pool Control
This commit is contained in:
commit
13ffa3e3c4
@ -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…
x
Reference in New Issue
Block a user