mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 20:53:24 +10:00
Make order page breakdown sticky
This commit is contained in:
parent
8ba4c124af
commit
2a60c4301a
1 changed files with 8 additions and 5 deletions
|
|
@ -152,13 +152,16 @@
|
|||
.breakdownDesktop {
|
||||
display: none;
|
||||
|
||||
position: sticky;
|
||||
top: 24px;
|
||||
width: 409px;
|
||||
padding-bottom: 55px;
|
||||
background-color: var(--matterColorLight);
|
||||
border: 1px solid var(--matterColorNegative);
|
||||
border-radius: 2px;
|
||||
|
||||
@media (--viewportLarge) {
|
||||
width: 409px;
|
||||
display: block;
|
||||
padding-bottom: 55px;
|
||||
background-color: var(--matterColorLight);
|
||||
border: 1px solid var(--matterColorNegative);
|
||||
border-radius: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue