Small fixes for LeftPaneDialog

This commit is contained in:
Fedor Indutny 2021-10-05 07:22:41 -07:00 committed by GitHub
parent 87ea95735e
commit 4d180a26fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 5 deletions

View file

@ -11,8 +11,6 @@
}
.LeftPaneDialog {
@include button-reset;
align-items: center;
background: $color-ultramarine;
color: $color-white;
@ -23,6 +21,10 @@
user-select: none;
cursor: inherit;
&--clickable {
cursor: pointer;
}
&__container {
display: flex;
align-items: center;