mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Refactor #5612 - Sidebar / Drawer
This commit is contained in:
parent
365879a41c
commit
fcf8599cfa
16 changed files with 614 additions and 503 deletions
|
@ -7,9 +7,9 @@ export default {
|
|||
transform: translate3d(0px, 0px, 0px);
|
||||
position: relative;
|
||||
transition: transform 0.3s;
|
||||
background: ${dt('sidebar.background')};
|
||||
color: ${dt('sidebar.color')};
|
||||
border: 1px solid ${dt('sidebar.border.color')};
|
||||
background: ${dt('drawer.background')};
|
||||
color: ${dt('drawer.color')};
|
||||
border: 1px solid ${dt('drawer.border.color')};
|
||||
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue