mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +00:00
Splitter Component - #737
This commit is contained in:
parent
5323d88810
commit
ff72e63bf0
48 changed files with 2030 additions and 818 deletions
|
@ -2791,6 +2791,30 @@
|
|||
padding: 0.571rem 1rem;
|
||||
}
|
||||
|
||||
.p-divider .p-divider-content {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.p-divider.p-divider-horizontal {
|
||||
margin: 1rem 0;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
.p-divider.p-divider-horizontal:before {
|
||||
border-top: 1px #c8c8c8;
|
||||
}
|
||||
.p-divider.p-divider-horizontal .p-divider-content {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-divider.p-divider-vertical {
|
||||
margin: 0 1rem;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
.p-divider.p-divider-vertical:before {
|
||||
border-left: 1px #c8c8c8;
|
||||
}
|
||||
.p-divider.p-divider-vertical .p-divider-content {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
|
||||
.p-panel .p-panel-header {
|
||||
border: 1px solid #c8c8c8;
|
||||
padding: 0.857rem 1rem;
|
||||
|
@ -2846,6 +2870,23 @@
|
|||
border: 0 none;
|
||||
}
|
||||
|
||||
.p-splitter {
|
||||
border: 1px solid #c8c8c8;
|
||||
background: #ffffff;
|
||||
border-radius: 3px;
|
||||
color: #333333;
|
||||
}
|
||||
.p-splitter .p-splitter-gutter {
|
||||
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
||||
background: #eaeaea;
|
||||
}
|
||||
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
|
||||
background: #d8dae2;
|
||||
}
|
||||
.p-splitter.p-splitter-resizing .p-splitter-gutter {
|
||||
background: #d8dae2;
|
||||
}
|
||||
|
||||
.p-tabview .p-tabview-nav {
|
||||
background: transparent;
|
||||
border: 0 none;
|
||||
|
@ -4301,30 +4342,6 @@
|
|||
background: rgba(0, 0, 0, 0.4);
|
||||
}
|
||||
|
||||
.p-divider .p-divider-content {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.p-divider.p-divider-horizontal {
|
||||
margin: 1rem 0;
|
||||
padding: 0 1rem;
|
||||
}
|
||||
.p-divider.p-divider-horizontal:before {
|
||||
border-top: 1px #c8c8c8;
|
||||
}
|
||||
.p-divider.p-divider-horizontal .p-divider-content {
|
||||
padding: 0 0.5rem;
|
||||
}
|
||||
.p-divider.p-divider-vertical {
|
||||
margin: 0 1rem;
|
||||
padding: 1rem 0;
|
||||
}
|
||||
.p-divider.p-divider-vertical:before {
|
||||
border-left: 1px #c8c8c8;
|
||||
}
|
||||
.p-divider.p-divider-vertical .p-divider-content {
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
|
||||
.p-inplace .p-inplace-display {
|
||||
padding: 0.429rem 0.429rem;
|
||||
border-radius: 3px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue