Splitter Component - #737

This commit is contained in:
Cagatay Civici 2020-12-03 16:49:18 +03:00
parent 5323d88810
commit ff72e63bf0
48 changed files with 2030 additions and 818 deletions

View file

@ -2779,6 +2779,30 @@
padding: 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 #edebe9;
}
.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 #edebe9;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}
.p-panel .p-panel-header {
border: 1px solid #a19f9d;
padding: 1rem;
@ -2834,6 +2858,23 @@
border: 0 none;
}
.p-splitter {
border: 1px solid #a19f9d;
background: #ffffff;
border-radius: 2px;
color: #323130;
}
.p-splitter .p-splitter-gutter {
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
background: #faf9f8;
}
.p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
background: #edebe9;
}
.p-splitter.p-splitter-resizing .p-splitter-gutter {
background: #edebe9;
}
.p-tabview .p-tabview-nav {
background: #ffffff;
border: 0 none;
@ -4289,30 +4330,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 #edebe9;
}
.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 #edebe9;
}
.p-divider.p-divider-vertical .p-divider-content {
padding: 0.5rem 0;
}
.p-inplace .p-inplace-display {
padding: 0.5rem 0.5rem;
border-radius: 2px;