This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-consul
Watch
2
Star
0
Fork
You've already forked open-consul
0
Code
Issues
1
Pull Requests
Packages
Releases
Wiki
Activity
23147c1d5b
open-consul
/
ui-v2
/
app
/
styles
/
base
/
components
/
buttons
/
index.scss
6 lines
80 B
SCSS
Raw
Normal View
History
Unescape
Escape
UI: CSS refactor (#4430) + Fullscreen Layout (#4435) * Begin refactoring CSS into component folders. Moved most components into layout/skin folders, left out a couple of ones I want to think about more. * Adjust grays based on recent Structure changes * Switch to fullscreen layout for lists and detail, left aligned forms (#4435) * Specifically use the 'actions_close' label, not just the :last-child (actions-group) * Replace some non-var-ed colours in vaults code skin, plus prefixing (black and white)
2018-08-29 11:11:58 +00:00
@import
'
./skin
'
;
@import
'
./layout
'
;
ui: Dropdown/select improvements (#8468) * ui: Better org of split-button/sort-button ready for design change * ui: Improve keyboard accessibility of dropdown menu
2020-08-10 15:00:05 +00:00
%
sort-button
{
@extend
%
split-button
;
}