forked from github/cinny
Add PowerLevelSelector component
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
@use '../../partials/flex';
|
||||
@use '../../partials/dir';
|
||||
|
||||
.power-level-selector {
|
||||
& .context-menu__item .text {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
& form {
|
||||
margin: var(--sp-normal);
|
||||
display: flex;
|
||||
|
||||
& input {
|
||||
@extend .cp-fx__item-one;
|
||||
@include dir.side(margin, 0, var(--sp-tight));
|
||||
width: 148px;
|
||||
padding: 9px var(--sp-tight);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user