mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-31 02:26:50 +10:00
Closed state changes
This commit is contained in:
parent
ace44824fd
commit
0a71cb83d8
2 changed files with 5 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue