mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 16:48:16 -05:00
🎨 Change CSS rules order
This commit is contained in:
parent
1c701602bb
commit
2d91c93194
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
align-items: center;
|
||||
background-color: $primary-ui-bg;
|
||||
border-top: 1px solid $soft-ui-border;
|
||||
bottom: 0;
|
||||
display: flex;
|
||||
left: 0;
|
||||
padding: 1rem;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 11;
|
||||
.right-arrow,
|
||||
|
|
Loading…
Add table
Reference in a new issue