fix(589): Added animation to rate summary
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.summary {
|
||||
position: fixed;
|
||||
z-index: 10;
|
||||
bottom: 0;
|
||||
bottom: -100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: var(--Base-Surface-Primary-light-Normal);
|
||||
@@ -9,6 +9,12 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
border-top: 1px solid var(--Base-Border-Subtle);
|
||||
transition: bottom 300ms ease-in-out;
|
||||
}
|
||||
|
||||
.summaryVisible {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
.summaryPrice {
|
||||
@@ -35,6 +41,7 @@
|
||||
margin-left: auto;
|
||||
height: fit-content;
|
||||
width: 100%;
|
||||
min-width: 140px;
|
||||
}
|
||||
|
||||
.summaryPriceTextMobile {
|
||||
|
||||
Reference in New Issue
Block a user