finally have some more fixes for the styling
This commit is contained in:
parent
ecf7b0df20
commit
aee0523adc
6 changed files with 28 additions and 36 deletions
|
@ -2,13 +2,14 @@
|
|||
display: flex;
|
||||
flex-flow: row;
|
||||
align-items: center;
|
||||
background-color: inherit;
|
||||
border: 1px solid transparent;
|
||||
border-radius: var(--radii-m);
|
||||
padding: var(--padding-s);
|
||||
|
||||
& select {
|
||||
border: none;
|
||||
background-color: transparent;
|
||||
background-color: inherit;
|
||||
border-radius: var(--radii-m);
|
||||
|
||||
&:focus {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue