Closed state changes

This commit is contained in:
Vesa Luusua 2018-02-20 13:06:40 +02:00
parent ace44824fd
commit 0a71cb83d8
2 changed files with 5 additions and 3 deletions

View file

@ -2,7 +2,7 @@
.root {
padding-top: 24px;
padding-bottom: 47px;
padding-bottom: 17px;
border-bottom: 1px solid var(--matterColorNegative);
}
@ -33,8 +33,9 @@
}
.optionsContainerOpen {
padding-left: 20px;
height: auto;
padding-left: 20px;
padding-bottom: 30px;
}
.optionsContainerClosed {

View file

@ -2,7 +2,7 @@
.root {
padding-top: 24px;
padding-bottom: 47px;
padding-bottom: 17px;
border-bottom: 1px solid var(--matterColorNegative);
}
@ -34,6 +34,7 @@
.optionsContainerOpen {
height: auto;
padding-bottom: 30px;
}
.optionsContainerClosed {