diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 4c8f0015e..f76423ea2 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #121212; - --layer-1: #1e1e1e; - --layer-2: #2b2b2b; - --layer-3: #383838; + --surface-a: #121212; + --surface-b: #121212; + --surface-c: #2b2b2b; + --surface-d: #383838; + --surface-e: #1e1e1e; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #64B5F6; --primary-color-text: #212529; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #64B5F6; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #383838; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #383838; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #383838; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #64B5F6; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #64B5F6; @@ -432,8 +433,8 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #383838; background: #1e1e1e; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #383838; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #64B5F6; @@ -720,7 +721,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #64B5F6; @@ -792,15 +793,15 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #383838; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #42A5F5; @@ -1349,8 +1350,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #64B5F6; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #383838; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #64B5F6; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1e1e1e; border: 1px solid #383838; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #383838; } @@ -2401,8 +2402,8 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #383838; @@ -2550,8 +2551,8 @@ border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1e1e1e; border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #383838; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index 0ce547b45..916820cac 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #121212; - --layer-1: #1e1e1e; - --layer-2: #2b2b2b; - --layer-3: #383838; + --surface-a: #121212; + --surface-b: #121212; + --surface-c: #2b2b2b; + --surface-d: #383838; + --surface-e: #1e1e1e; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #81C784; --primary-color-text: #212529; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #81C784; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #383838; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #383838; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #383838; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #81C784; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #81C784; @@ -432,8 +433,8 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #383838; background: #1e1e1e; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #383838; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #81C784; @@ -720,7 +721,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #81C784; @@ -792,15 +793,15 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #383838; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #66BB6A; @@ -1349,8 +1350,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #81C784; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #383838; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #81C784; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1e1e1e; border: 1px solid #383838; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #383838; } @@ -2401,8 +2402,8 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #383838; @@ -2550,8 +2551,8 @@ border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1e1e1e; border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #383838; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index 614129598..d31b7631f 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #121212; - --layer-1: #1e1e1e; - --layer-2: #2b2b2b; - --layer-3: #383838; + --surface-a: #121212; + --surface-b: #121212; + --surface-c: #2b2b2b; + --surface-d: #383838; + --surface-e: #1e1e1e; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #FFD54F; --primary-color-text: #212529; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #FFD54F; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #383838; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #383838; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #383838; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #FFD54F; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #FFD54F; @@ -432,8 +433,8 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #383838; background: #1e1e1e; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #383838; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #FFD54F; @@ -720,7 +721,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #FFD54F; @@ -792,15 +793,15 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #383838; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #FFCA28; @@ -1349,8 +1350,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #FFD54F; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #383838; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #FFD54F; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1e1e1e; border: 1px solid #383838; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #383838; } @@ -2401,8 +2402,8 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #383838; @@ -2550,8 +2551,8 @@ border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1e1e1e; border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #383838; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index c770055a8..c8e0424fe 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #121212; - --layer-1: #1e1e1e; - --layer-2: #2b2b2b; - --layer-3: #383838; + --surface-a: #121212; + --surface-b: #121212; + --surface-c: #2b2b2b; + --surface-d: #383838; + --surface-e: #1e1e1e; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #BA68C8; --primary-color-text: #ffffff; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #BA68C8; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #383838; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #383838; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #383838; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #ffffff; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #BA68C8; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #BA68C8; @@ -432,8 +433,8 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #383838; background: #1e1e1e; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #383838; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #BA68C8; @@ -720,7 +721,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #383838; border: 1px solid #383838; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #BA68C8; @@ -792,15 +793,15 @@ background: #383838; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #383838; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #AB47BC; @@ -1349,8 +1350,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #BA68C8; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #383838; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #BA68C8; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #383838; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #383838; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1e1e1e; border: 1px solid #383838; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #383838; } @@ -2401,8 +2402,8 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #383838; @@ -2550,8 +2551,8 @@ border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #383838; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1e1e1e; border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1e1e1e; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #383838; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #383838; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index 3904baef1..6e9cc8e02 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #3f3f3f; - --layer-1: #323232; - --layer-2: #4c4c4c; + --surface-a: #191919; + --surface-b: #191919; + --surface-c: #4c4c4c; + --surface-d: #2f2f2f; + --surface-e: #323232; --text-color: #dedede; --text-color-secondary: #888888; --primary-color: #FFE082; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index da7661e8c..5c2a51d67 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #3f3f3f; - --layer-1: #323232; - --layer-2: #4c4c4c; + --surface-a: #191919; + --surface-b: #191919; + --surface-c: #4c4c4c; + --surface-d: #2f2f2f; + --surface-e: #323232; --text-color: #dedede; --text-color-secondary: #888888; --primary-color: #81D4FA; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index 7e84ca1d6..0e227e8a1 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #3f3f3f; - --layer-1: #323232; - --layer-2: #4c4c4c; + --surface-a: #191919; + --surface-b: #191919; + --surface-c: #4c4c4c; + --surface-d: #2f2f2f; + --surface-e: #323232; --text-color: #dedede; --text-color-secondary: #888888; --primary-color: #C5E1A5; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index 3be8468be..f65628c30 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #3f3f3f; - --layer-1: #323232; - --layer-2: #4c4c4c; + --surface-a: #191919; + --surface-b: #191919; + --surface-c: #4c4c4c; + --surface-d: #2f2f2f; + --surface-e: #323232; --text-color: #dedede; --text-color-secondary: #888888; --primary-color: #F48FB1; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index ffcc2591e..21c2fbf42 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f4f4f4; - --layer-2: #eaeaea; + --surface-a: #ffffff; + --surface-b: #f4f4f4; + --surface-c: #eaeaea; + --surface-d: #c8c8c8; + --surface-e: #ffffff; --text-color: #333333; --text-color-secondary: #848484; --primary-color: #007ad9; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index fb3ed044c..9a7fe3088 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f4f4f4; - --layer-2: #eaeaea; + --surface-a: #ffffff; + --surface-b: #f4f4f4; + --surface-c: #eaeaea; + --surface-d: #c8c8c8; + --surface-e: #ffffff; --text-color: #333333; --text-color-secondary: #848484; --primary-color: #007ad9; diff --git a/public/themes/nova-vue/theme.css b/public/themes/nova-vue/theme.css index 2e2761d4b..b64f46ec9 100644 --- a/public/themes/nova-vue/theme.css +++ b/public/themes/nova-vue/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f4f4f4; - --layer-2: #eaeaea; + --surface-a: #ffffff; + --surface-b: #f4f4f4; + --surface-c: #eaeaea; + --surface-d: #c8c8c8; + --surface-e: #ffffff; --text-color: #333333; --text-color-secondary: #848484; --primary-color: #41b883; diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 80967d8ac..76afa2e02 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f4f4f4; - --layer-2: #eaeaea; + --surface-a: #ffffff; + --surface-b: #f4f4f4; + --surface-c: #eaeaea; + --surface-d: #c8c8c8; + --surface-e: #ffffff; --text-color: #333333; --text-color-secondary: #848484; --primary-color: #007ad9; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 3fdc1485c..e13222b74 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -1,8 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f4f4f4; - --layer-2: #eaeaea; + --surface-a: #ffffff; + --surface-b: #f4f4f4; + --surface-c: #eaeaea; + --surface-d: #dadada; + --surface-e: #ffffff; --text-color: #495057; --text-color-secondary: #6c757d; --primary-color: #7B95A3; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index e330a6a18..da6d4aa1f 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -1,9 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f8f9fa; - --layer-2: #e9ecef; - --layer-3: #dee2e6; + --surface-a: #ffffff; + --surface-b: #f8f9fa; + --surface-c: #e9ecef; + --surface-d: #dee2e6; + --surface-e: #ffffff; --text-color: #495057; --text-color-secondary: $shade600; --primary-color: #2196F3; @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #2196F3; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #ffffff; color: #495057; border: 1px solid #ced4da; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 0 none; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #dee2e6; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #ffffff; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #2196F3; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #ffffff; border: 1px solid #ced4da; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #2196F3; @@ -432,8 +433,8 @@ background: #ffffff; color: #6c757d; width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: #6c757d; @@ -444,7 +445,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #dee2e6; background: #f8f9fa; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #dee2e6; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #ffffff; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: #495057; @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #2196F3; @@ -720,7 +721,7 @@ background: #ffffff; color: #495057; border: 1px solid #ced4da; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #ffffff; border: 1px solid #ced4da; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #2196F3; @@ -792,15 +793,15 @@ background: #ffffff; color: #6c757d; width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #dee2e6; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #1E88E5; @@ -1349,8 +1350,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #2196F3; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #dee2e6; background: #ffffff; color: #495057; padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: #6c757d; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #e9ecef; border-width: 0; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.357rem; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.357rem; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #2196F3; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #dee2e6; background: #ffffff; color: #495057; padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #ffffff; color: #495057; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #ffffff; color: #495057; box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #dee2e6; background: #ffffff; color: #495057; - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #f8f9fa; color: #495057; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #dee2e6; background: #ffffff; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: #6c757d; padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #f8f9fa; border: 1px solid #dee2e6; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 0 none; } @@ -2401,8 +2402,8 @@ background: #ffffff; color: #495057; padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: #495057; padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: #ffffff; padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #495057; @@ -2550,8 +2551,8 @@ border: 1px solid #dee2e6; color: #495057; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #dee2e6; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #ffffff; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: #495057; background: #ffffff; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #ffffff; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: #ffffff; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: #6c757d; padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #ffffff; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #dee2e6; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #689F38; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index e0b1c17c6..6510ca138 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -1,9 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f8f9fa; - --layer-2: #e9ecef; - --layer-3: #dee2e6; + --surface-a: #ffffff; + --surface-b: #f8f9fa; + --surface-c: #e9ecef; + --surface-d: #dee2e6; + --surface-e: #ffffff; --text-color: #495057; --text-color-secondary: $shade600; --primary-color: #4CAF50; @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #4CAF50; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #ffffff; color: #495057; border: 1px solid #ced4da; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 0 none; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #dee2e6; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #ffffff; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #4CAF50; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #ffffff; border: 1px solid #ced4da; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #4CAF50; @@ -432,8 +433,8 @@ background: #ffffff; color: #6c757d; width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: #6c757d; @@ -444,7 +445,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #dee2e6; background: #f8f9fa; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #dee2e6; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #ffffff; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: #495057; @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #4CAF50; @@ -720,7 +721,7 @@ background: #ffffff; color: #495057; border: 1px solid #ced4da; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #ffffff; border: 1px solid #ced4da; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #4CAF50; @@ -792,15 +793,15 @@ background: #ffffff; color: #6c757d; width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #dee2e6; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #43A047; @@ -1349,8 +1350,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #4CAF50; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #dee2e6; background: #ffffff; color: #495057; padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: #6c757d; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #e9ecef; border-width: 0; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.357rem; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.357rem; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #4CAF50; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #dee2e6; background: #ffffff; color: #495057; padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #ffffff; color: #495057; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #ffffff; color: #495057; box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #dee2e6; background: #ffffff; color: #495057; - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #f8f9fa; color: #495057; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #dee2e6; background: #ffffff; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: #6c757d; padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #f8f9fa; border: 1px solid #dee2e6; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 0 none; } @@ -2401,8 +2402,8 @@ background: #ffffff; color: #495057; padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: #495057; padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: #ffffff; padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #495057; @@ -2550,8 +2551,8 @@ border: 1px solid #dee2e6; color: #495057; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #dee2e6; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #ffffff; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: #495057; background: #ffffff; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #ffffff; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: #ffffff; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: #6c757d; padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #ffffff; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #dee2e6; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #689F38; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 5de21dc39..58e00c527 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -1,9 +1,10 @@ @charset "UTF-8"; :root { - --layer-0: #ffffff; - --layer-1: #f8f9fa; - --layer-2: #e9ecef; - --layer-3: #dee2e6; + --surface-a: #ffffff; + --surface-b: #f8f9fa; + --surface-c: #e9ecef; + --surface-d: #dee2e6; + --surface-e: #ffffff; --text-color: #495057; --text-color-secondary: $shade600; --primary-color: #FFC107; @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #FFC107; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #ffffff; color: #495057; border: 1px solid #ced4da; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 0 none; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #dee2e6; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #FFC107; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #ffffff; border: 1px solid #ced4da; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #FFC107; @@ -432,8 +433,8 @@ background: #ffffff; color: #6c757d; width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: #6c757d; @@ -444,7 +445,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #dee2e6; background: #f8f9fa; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #dee2e6; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #ffffff; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: #495057; @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #FFC107; @@ -720,7 +721,7 @@ background: #ffffff; color: #495057; border: 1px solid #ced4da; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #ffffff; border: 1px solid #ced4da; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #FFC107; @@ -792,15 +793,15 @@ background: #ffffff; color: #6c757d; width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: #495057; background: #f8f9fa; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #dee2e6; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #FFB300; @@ -1349,8 +1350,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #FFC107; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #dee2e6; background: #ffffff; color: #495057; padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: #6c757d; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #e9ecef; border-width: 0; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.357rem; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.357rem; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #FFC107; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #dee2e6; background: #ffffff; color: #495057; padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #ffffff; color: #495057; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #e9ecef; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #ffffff; color: #495057; box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #dee2e6; background: #ffffff; color: #495057; - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #f8f9fa; color: #495057; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #dee2e6; background: #ffffff; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: #6c757d; padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #f8f9fa; border: 1px solid #dee2e6; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 0 none; } @@ -2401,8 +2402,8 @@ background: #ffffff; color: #495057; padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: #495057; padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #ffffff; color: #495057; border: 0 none; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: #ffffff; padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #495057; @@ -2550,8 +2551,8 @@ border: 1px solid #dee2e6; color: #495057; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #dee2e6; color: #495057; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #ffffff; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: #495057; background: #ffffff; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #ffffff; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #f8f9fa; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: #495057; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: #495057; background: #f8f9fa; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: #ffffff; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: #6c757d; padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #ffffff; color: #495057; border: 1px solid #dee2e6; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #dee2e6; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #689F38; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index 63b9d0a5c..b3ddb99d8 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #17212f; - --layer-1: #1f2d40; - --layer-2: #283951; - --layer-3: #304562; + --surface-a: #17212f; + --surface-b: #17212f; + --surface-c: #283951; + --surface-d: #304562; + --surface-e: #1f2d40; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #64B5F6; --primary-color-text: #212529; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #64B5F6; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #304562; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #304562; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #304562; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #64B5F6; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #64B5F6; @@ -432,8 +433,8 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #304562; background: #1f2d40; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #304562; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #64B5F6; @@ -720,7 +721,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #64B5F6; @@ -792,15 +793,15 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #304562; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #42A5F5; @@ -1349,8 +1350,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #64B5F6; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #304562; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #64B5F6; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1f2d40; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1f2d40; border: 1px solid #304562; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #304562; } @@ -2401,8 +2402,8 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #304562; @@ -2550,8 +2551,8 @@ border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1f2d40; border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #304562; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 6aeb53888..848975fdb 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #17212f; - --layer-1: #1f2d40; - --layer-2: #283951; - --layer-3: #304562; + --surface-a: #17212f; + --surface-b: #17212f; + --surface-c: #283951; + --surface-d: #304562; + --surface-e: #1f2d40; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #81C784; --primary-color-text: #212529; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #81C784; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #304562; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #304562; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #304562; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #81C784; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #81C784; @@ -432,8 +433,8 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #304562; background: #1f2d40; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #304562; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #81C784; @@ -720,7 +721,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #81C784; @@ -792,15 +793,15 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #304562; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #66BB6A; @@ -1349,8 +1350,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #81C784; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #304562; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #81C784; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1f2d40; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1f2d40; border: 1px solid #304562; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #304562; } @@ -2401,8 +2402,8 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #304562; @@ -2550,8 +2551,8 @@ border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1f2d40; border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #304562; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index 5d84f9fc5..ef390673c 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #17212f; - --layer-1: #1f2d40; - --layer-2: #283951; - --layer-3: #304562; + --surface-a: #17212f; + --surface-b: #17212f; + --surface-c: #283951; + --surface-d: #304562; + --surface-e: #1f2d40; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #FFD54F; --primary-color-text: #212529; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #FFD54F; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #304562; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #304562; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #304562; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #212529; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #FFD54F; color: #212529; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #FFD54F; @@ -432,8 +433,8 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #304562; background: #1f2d40; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #304562; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #FFD54F; @@ -720,7 +721,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #FFD54F; @@ -792,15 +793,15 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #304562; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #FFCA28; @@ -1349,8 +1350,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #FFD54F; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #304562; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #FFD54F; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1f2d40; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1f2d40; border: 1px solid #304562; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #304562; } @@ -2401,8 +2402,8 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #304562; @@ -2550,8 +2551,8 @@ border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1f2d40; border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #304562; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index f5c08064a..4616a17bb 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -1,11 +1,12 @@ @charset "UTF-8"; :root { - --layer-0: #17212f; - --layer-1: #1f2d40; - --layer-2: #283951; - --layer-3: #304562; + --surface-a: #17212f; + --surface-b: #17212f; + --surface-c: #283951; + --surface-d: #304562; + --surface-e: #1f2d40; --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); + --text-color-secondary: $shade100; --primary-color: #BA68C8; --primary-color-text: #ffffff; } @@ -44,7 +45,7 @@ .p-link { font-size: 1rem; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; - border-radius: 4px; + border-radius: 3px; } .p-link:focus { outline: 0 none; @@ -85,7 +86,7 @@ margin-right: 0.5rem; background: #BA68C8; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; @@ -95,7 +96,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-autocomplete-panel .p-autocomplete-items { @@ -133,7 +134,7 @@ background: #304562; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { border: 1px solid #304562; @@ -146,8 +147,8 @@ font-weight: 600; margin: 0; border-bottom: 1px solid #304562; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -258,7 +259,7 @@ .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { color: #ffffff; @@ -314,7 +315,7 @@ width: 1.5rem; height: 1.5rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { @@ -364,7 +365,7 @@ margin-right: 0.5rem; background: #BA68C8; color: #ffffff; - border-radius: 4px; + border-radius: 3px; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -406,7 +407,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-dropdown:not(.p-disabled):hover { border-color: #BA68C8; @@ -432,8 +433,8 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { color: rgba(255, 255, 255, 0.6); @@ -444,7 +445,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { @@ -453,8 +454,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.5rem; @@ -491,19 +492,19 @@ .p-editor-container .p-editor-toolbar { border: 1px solid #304562; background: #1f2d40; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-content { border: 1px solid #304562; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content .ql-editor { background: #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-picker.ql-expanded .ql-picker-label { color: rgba(255, 255, 255, 0.87); @@ -582,15 +583,15 @@ .p-inputgroup-addon:first-child, .p-inputgroup button:first-child, .p-inputgroup input:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { @@ -652,7 +653,7 @@ border-width: 1px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 4px; + border-radius: 3px; } .p-inputtext:enabled:hover { border-color: #BA68C8; @@ -720,7 +721,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-listbox .p-listbox-header { padding: 0.5rem 1rem; @@ -728,8 +729,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.5rem; @@ -771,7 +772,7 @@ background: #304562; border: 1px solid #304562; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-multiselect:not(.p-disabled):hover { border-color: #BA68C8; @@ -792,15 +793,15 @@ background: #304562; color: rgba(255, 255, 255, 0.6); width: 2.357rem; - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect-panel { background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { @@ -809,8 +810,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; margin: 0; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.5rem; @@ -994,7 +995,7 @@ .p-slider { background: #304562; border: 0 none; - border-radius: 4px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; @@ -1080,7 +1081,7 @@ padding: 0.5rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-button:enabled:hover { background: #AB47BC; @@ -1349,8 +1350,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-datatable .p-datatable-footer { @@ -1360,8 +1361,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-datatable .p-datatable-thead > tr > th { text-align: left; @@ -1540,8 +1541,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-dataview .p-dataview-content { @@ -1560,8 +1561,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .fc .fc-view-container th { @@ -1595,7 +1596,7 @@ border: 1px solid #BA68C8; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; display: flex; align-items: center; } @@ -1656,12 +1657,12 @@ border-radius: 0; } .fc .fc-toolbar .fc-button-group .fc-button:first-child { - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .fc .fc-toolbar .fc-button-group .fc-button:last-child { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-orderlist .p-orderlist-controls { @@ -1677,16 +1678,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.5rem 1rem; @@ -1758,7 +1759,7 @@ bottom: -0.7em; margin-left: -0.46em; color: rgba(255, 255, 255, 0.6); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { @@ -1776,7 +1777,7 @@ border: solid #304562; border-width: 1px; padding: 0.5rem 1rem; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -1789,7 +1790,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, @@ -1818,7 +1819,7 @@ height: 2.286em; margin: 0.143rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { background: #BA68C8; @@ -1844,16 +1845,16 @@ padding: 1rem; font-weight: 600; border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-list { border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.5rem 1rem; @@ -1910,13 +1911,13 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0.5rem; } @@ -1987,8 +1988,8 @@ border: 1px solid #304562; border-width: 0 0 1px 0; padding: 1rem 1rem; - border-top-left-radius: 4px; - border-top-right-radius: 4px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; font-weight: 600; } .p-treetable .p-treetable-footer { @@ -1998,8 +1999,8 @@ border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 600; - border-bottom-left-radius: 4px; - border-bottom-right-radius: 4px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-treetable .p-treetable-thead > tr > th { text-align: left; @@ -2161,7 +2162,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { @@ -2197,8 +2198,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 0; @@ -2213,19 +2214,19 @@ border-top: 0 none; } .p-accordion .p-accordion-tab:first-child .p-accordion-header .p-accordion-header-link { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-accordion .p-accordion-tab:last-child .p-accordion-header:not(.p-highlight) .p-accordion-header-link { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-card { background: #1f2d40; color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -2251,7 +2252,7 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 1rem; @@ -2259,7 +2260,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -2268,7 +2269,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { @@ -2290,8 +2291,8 @@ padding: 1rem; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 600; @@ -2323,8 +2324,8 @@ border: 1px solid #304562; background: #1f2d40; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { @@ -2350,8 +2351,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -2377,22 +2378,22 @@ padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { background: #1f2d40; border: 1px solid #304562; padding: 1rem; - border-radius: 4px; + border-radius: 3px; } .p-toolbar .p-toolbar-separator { margin: 0 0.5rem; } .p-dialog { - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #304562; } @@ -2401,8 +2402,8 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); padding: 1rem; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 600; @@ -2442,8 +2443,8 @@ color: rgba(255, 255, 255, 0.87); padding: 1rem; text-align: right; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -2458,7 +2459,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { @@ -2529,7 +2530,7 @@ color: rgba(255, 255, 255, 0.87); padding: 0.5rem 0.5rem; box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); - border-radius: 4px; + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { border-right-color: #304562; @@ -2550,8 +2551,8 @@ border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-fileupload .p-fileupload-buttonbar .p-button { margin-right: 0.5rem; @@ -2566,8 +2567,8 @@ padding: 2rem 1rem; border: 1px solid #304562; color: rgba(255, 255, 255, 0.87); - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -2590,12 +2591,12 @@ .p-breadcrumb { background: #1f2d40; border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; padding: 1rem; } .p-breadcrumb ul li .p-menuitem-link { transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; } .p-breadcrumb ul li .p-menuitem-link:focus { outline: 0 none; @@ -2683,12 +2684,12 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2766,8 +2767,8 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-megamenu-submenu { padding: 0.25rem 0; @@ -2796,7 +2797,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem-link { @@ -2856,7 +2857,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; } .p-menubar .p-menuitem-link { padding: 0.75rem 1rem; @@ -2895,7 +2896,7 @@ .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link { padding: 0.75rem 1rem; color: rgba(255, 255, 255, 0.87); - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; user-select: none; } @@ -2962,7 +2963,7 @@ border: 0 none; width: 2.5rem; height: 2.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button i { @@ -3085,7 +3086,7 @@ color: rgba(255, 255, 255, 0.87); background: #1f2d40; font-weight: 600; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header > a .p-panelmenu-icon { @@ -3128,8 +3129,8 @@ border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-link { padding: 0.75rem 1rem; @@ -3184,18 +3185,18 @@ border-top: 0 none; } .p-panelmenu .p-panelmenu-panel:first-child .p-panelmenu-header > a { - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panelmenu .p-panelmenu-panel:last-child .p-panelmenu-header:not(.p-highlight) > a { - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 4px; + border-radius: 3px; background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { @@ -3252,8 +3253,8 @@ color: rgba(255, 255, 255, 0.6); padding: 1rem; font-weight: 600; - border-top-right-radius: 4px; - border-top-left-radius: 4px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -2px 0; } @@ -3283,7 +3284,7 @@ background: #1f2d40; color: rgba(255, 255, 255, 0.87); border: 1px solid #304562; - border-radius: 4px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu .p-menuitem-link { @@ -3350,7 +3351,7 @@ .p-inline-message { padding: 0.5rem 0.5rem; margin: 0; - border-radius: 4px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { background: #B3E5FC; @@ -3401,7 +3402,7 @@ .p-message { margin: 1rem 0; - border-radius: 4px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem 1.5rem; @@ -3660,7 +3661,7 @@ .p-inplace .p-inplace-display { padding: 0.5rem 0.5rem; - border-radius: 4px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { @@ -3677,8 +3678,8 @@ border: 0 none; height: 1.5rem; background: #304562; - border-radius: 4px; - border-radius: 4px; + border-radius: 3px; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; @@ -3753,7 +3754,7 @@ font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 4px; + border-radius: 3px; } .p-tag.p-tag-success { background-color: #C5E1A5; diff --git a/src/AppMenu.vue b/src/AppMenu.vue index 98fedfd0e..d59c2952d 100755 --- a/src/AppMenu.vue +++ b/src/AppMenu.vue @@ -1,11 +1,8 @@