Vanessa 2023-03-02 15:18:37 +08:00
parent 35081c1e9b
commit e2a18447bd
11 changed files with 88 additions and 24 deletions

View file

@ -245,9 +245,10 @@
&__split {
width: 1px;
height: 70%;
height: 28px;
background: var(--b3-border-color);
align-self: center;
flex-shrink: 0;
}
button {
@ -258,8 +259,15 @@
svg {
height: 16px;
width: 16px;
float: left;
padding: 12px;
color: var(--b3-theme-on-surface);
&.keyboard__svg--big {
width: 30px;
padding: 4px;
height: 32px;
}
}
}
}