18 lines
339 B
SCSS
18 lines
339 B
SCSS
|
|
div.label-list-command-bar {
|
|
width: 100%;
|
|
height: 30px;
|
|
flex-shrink: 0;
|
|
display: flex;
|
|
|
|
div.command-item {
|
|
width: 30px;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-shrink: 0;
|
|
justify-content: center;
|
|
align-items: center;
|
|
user-select: none;
|
|
cursor: pointer;
|
|
}
|
|
} |