mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
Markup / scss refactor WIP
- Add input-related styling; - Cleanup scss in various files; - Move search into own component; - Refine padding approach in pane-tree;
This commit is contained in:
@ -75,7 +75,7 @@
|
||||
// Collapse button
|
||||
background: $colorSplitterBg;
|
||||
display: none; // Only display if splitter is collapsible, see below
|
||||
width: $size * 3;
|
||||
width: $splitterD;
|
||||
height: 40px;
|
||||
transition: $transOut;
|
||||
|
||||
@ -120,8 +120,6 @@
|
||||
content: $glyph-icon-arrow-right;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
Reference in New Issue
Block a user