massive redesign and voice sort of barely works
This commit is contained in:
parent
ced60c44e1
commit
bb1893a59f
1 changed files with 3 additions and 2 deletions
|
@ -9,24 +9,25 @@
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
min-height: 25px;
|
flex-shrink: 0;
|
||||||
|
|
||||||
&-channel {
|
&-channel {
|
||||||
@extend .button;
|
@extend .button;
|
||||||
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
|
||||||
border-radius: var(--channel-button-border-radius);
|
border-radius: var(--channel-button-border-radius);
|
||||||
width: 200px;
|
width: 200px;
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
margin: 4px;
|
margin: 4px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
color: var(--darker-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
&-pressed {
|
&-pressed {
|
||||||
@extend .button;
|
@extend .button;
|
||||||
|
|
||||||
background-color: var(--button-selected-color);
|
background-color: var(--button-selected-color);
|
||||||
|
color: var(--default-text-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue