mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -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;
|
align-items: center;
|
||||||
background-color: $primary-ui-bg;
|
background-color: $primary-ui-bg;
|
||||||
border-top: 1px solid $soft-ui-border;
|
border-top: 1px solid $soft-ui-border;
|
||||||
bottom: 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
left: 0;
|
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 11;
|
z-index: 11;
|
||||||
.right-arrow,
|
.right-arrow,
|
||||||
|
|
Loading…
Add table
Reference in a new issue