Merge remote-tracking branch 'origin/ervu/tmp_makets' into ervu/tmp_makets
* origin/ervu/tmp_makets: //
This commit is contained in:
commit
d4dc48d618
2 changed files with 14 additions and 336 deletions
|
|
@ -1238,291 +1238,4 @@
|
|||
margin-top: var(--indent-medium);
|
||||
}
|
||||
|
||||
/* Special pages */
|
||||
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(1) {
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(2) {
|
||||
flex: 1.4;
|
||||
}
|
||||
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(3) {
|
||||
flex: 1.2;
|
||||
}
|
||||
.webbpm.ervu_dashboard #total_registered_second .child-block:nth-child(4) {
|
||||
flex: 1.4;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block .donut-absolute-row ervu-chart-v2 {
|
||||
justify-content: flex-end;
|
||||
margin-top: -70px;
|
||||
z-index: -1;
|
||||
}
|
||||
.webbpm.ervu_dashboard #milregistration .parent-block .donut-absolute-row .graph-legend-row {
|
||||
margin-top: var(--indent-base);
|
||||
}
|
||||
.webbpm.ervu_dashboard #appeals .parent-block > div > vbox:nth-child(1) {
|
||||
flex: 2;
|
||||
}
|
||||
.webbpm.ervu_dashboard #appeals .parent-block > div > vbox:nth-child(2) {
|
||||
flex: 3;
|
||||
}
|
||||
.webbpm.ervu_dashboard #appeals .parent-block > div > vbox:nth-child(3) {
|
||||
flex: 2;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard [page-citizen],
|
||||
.webbpm.ervu_dashboard #citizen {
|
||||
height: 100%;
|
||||
}
|
||||
.webbpm.ervu_dashboard #citizen {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard #citizen > vbox:first-child,
|
||||
.webbpm.ervu_dashboard #citizen .search-block {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard.citizencard .container-inside {
|
||||
overflow: hidden;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard [page-citizencard],
|
||||
.webbpm.ervu_dashboard.citizencard #citizencard,
|
||||
.webbpm.ervu_dashboard.citizencard #citizencard > vbox,
|
||||
.webbpm.ervu_dashboard.citizencard vbox > .vertical-container,
|
||||
.webbpm.ervu_dashboard.citizencard hbox > .horizontal-container {
|
||||
height: 100%;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .child-block:first-child {
|
||||
flex: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .child-block:last-child {
|
||||
flex: 1;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active {
|
||||
left: calc(min(20vw, 23.75rem) + var(--indent-large));
|
||||
}
|
||||
/* end - Special pages */
|
||||
|
||||
@media ((max-width: 780px) or (orientation: portrait)) {
|
||||
.webbpm.ervu_dashboard .header-logo .logo-title,
|
||||
.webbpm.ervu_dashboard .header-menu .update-data {
|
||||
display: none;
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block > .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block .component-float {
|
||||
width: auto;
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block .pull-right {
|
||||
margin-left: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block .pull-right > div {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .parent-block > .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .horizontal-container > .child-block + .child-block {
|
||||
margin-left: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block > .horizontal-container > * + * {
|
||||
margin-left: 0;
|
||||
margin-top: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .vertical-container > .child-block + *,
|
||||
.webbpm.ervu_dashboard .parent-block .vertical-container > .child-block + .child-block {
|
||||
margin-top: var(--indent-mini);
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .child-block ~ hbox > .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block .child-block ~ hbox > .horizontal-container > .child-block + .child-block {
|
||||
margin-left: 0;
|
||||
margin-top: var(--indent-mini);
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard :is(.arrow-btn, .delete-btn) .btn {
|
||||
position: relative;
|
||||
display: grid;
|
||||
place-items: center;
|
||||
width: 2.25rem; /*36*/
|
||||
height: 2.25rem; /*36*/
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .graph-chart .chart-content {
|
||||
width: 12.5rem;
|
||||
height: 9rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-donut .chart-content {
|
||||
width: 11rem;
|
||||
height: 11rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-donut-medium .chart-content {
|
||||
width: 13.5rem;
|
||||
height: 13.5rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-donut-large .chart-content {
|
||||
width: 18.5rem;
|
||||
height: 18.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.webbpm.ervu_dashboard .top-btn-block .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block .horizontal-container combo-box {
|
||||
padding-right: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block :is(button-component, static-route-navigation-button) + :is(button-component, static-route-navigation-button) {
|
||||
margin-left: 0;
|
||||
margin-top: var(--indent-xmini);
|
||||
}
|
||||
.webbpm.ervu_dashboard .top-btn-block :is(button-component, static-route-navigation-button) button {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .child-block {
|
||||
padding: var(--indent-base) var(--indent-xbase);
|
||||
}
|
||||
.webbpm.ervu_dashboard .parent-block > .horizontal-container > .child-block + .child-block {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .graph-legend-row {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-legend-row > .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-legend-row > .horizontal-container > vbox + vbox {
|
||||
padding-left: 0;
|
||||
padding-top: var(--indent-small);
|
||||
margin-left: 0;
|
||||
margin-top: var(--indent-small);
|
||||
border-left: 0;
|
||||
border-top: 1px solid var(--color-primary-20);
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-legend-row > .horizontal-container .text-invert > div {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-legend-column .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-legend-column .horizontal-container .pull-right {
|
||||
justify-content: flex-start;
|
||||
margin-left: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .donut-absolute-row .active > vbox > .vertical-container {
|
||||
flex-direction: row;
|
||||
}
|
||||
.webbpm.ervu_dashboard .donut-absolute-row .active > vbox > .vertical-container ervu-chart-v2 {
|
||||
justify-content: flex-start !important;
|
||||
margin-top: 0 !important;
|
||||
z-index: 1 !important;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-donut .chart-content,
|
||||
.webbpm.ervu_dashboard .graph-donut-medium .chart-content {
|
||||
width: 10rem;
|
||||
height: 10rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard .graph-donut-large .chart-content {
|
||||
width: 18rem;
|
||||
height: 18rem;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-paging-panel {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-paging-panel .ag-paging-button {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
}
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-paging-panel .ag-paging-page-summary-panel .ag-paging-description {
|
||||
margin: 0 var(--indent-small);
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .search-add-params .filter-group > div > hbox > .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard .search-add-params .search-main-block,
|
||||
.webbpm.ervu_dashboard .search-add-params .search-main-block ~ vbox {
|
||||
width: 100% !important;
|
||||
}
|
||||
.webbpm.ervu_dashboard .search-add-params .search-main-block ~ vbox {
|
||||
padding: 0 !important;
|
||||
padding-top: var(--indent-base) !important;
|
||||
border: 0 !important;
|
||||
border-bottom: 1px solid var(--color-primary-20) !important;
|
||||
}
|
||||
.webbpm.ervu_dashboard .search-add-params .child-block check-box label > span {
|
||||
width: 1.75rem; /*28*/
|
||||
height: 1.75rem; /*28*/
|
||||
}
|
||||
.webbpm.ervu_dashboard .search-add-params .child-block check-box + text {
|
||||
margin-left: 1.75rem !important;
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard.citizencard .container-inside {
|
||||
overflow: auto;
|
||||
}
|
||||
.webbpm.ervu_dashboard .tab-vertical > div,
|
||||
.webbpm.ervu_dashboard .pers-block .horizontal-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs,
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow: visible;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs {
|
||||
padding-right: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard.citizencard .pers-block .nav-tabs ~ .tab-active {
|
||||
left: 0;
|
||||
}
|
||||
.webbpm.ervu_dashboard .pers-block .child-block:nth-child(2) .horizontal-container vbox,
|
||||
.webbpm.ervu_dashboard .pers-block .child-block:nth-child(2) .horizontal-container text {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*
|
||||
grid-checkbox
|
||||
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-cell .grid-cell-checkbox {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
border-radius: 4px;
|
||||
background-color: var(--color-dark-20);
|
||||
}
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-cell .grid-cell-checkbox {
|
||||
content: url(../img/svg/mark.svg);
|
||||
border: 1px solid var(--color-success);
|
||||
background-color: var(--color-primary-5);
|
||||
}
|
||||
.webbpm.ervu_dashboard ag-grid-angular .ag-cell .grid-cell-checkbox > input {
|
||||
position: absolute;
|
||||
z-index: -1;
|
||||
opacity: 0;
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,39 +1,17 @@
|
|||
.webbpm.ervu_dashboard {
|
||||
--black: #070e1a;
|
||||
--color-text-primary: #f4fcff;
|
||||
--color-text-secondary: #b1daea;
|
||||
--color-text-mute: #6b7e9b;
|
||||
--color-primary-5: rgba(244, 252, 255, 0.05);
|
||||
--color-primary-20: rgba(244, 252, 255, 0.2);
|
||||
--white: #fff;
|
||||
--color-text-primary: #020c12;
|
||||
--color-text-mute: rgba(2, 12, 18, 0.58);
|
||||
--color-link: #015e98;
|
||||
|
||||
--color-success: #00db5d;
|
||||
--color-error: #f91e11;
|
||||
--color-dark: #070e1a;
|
||||
--color-dark-20: rgba(7, 14, 26, 0.2);
|
||||
--color-dark-40: rgba(7, 14, 26, 0.4);
|
||||
--color-tooltip: rgba(8, 40, 59, 0.8);
|
||||
--border: rgba(1, 72, 116, 0.1);
|
||||
--shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.15);
|
||||
|
||||
--btn-border: #00f0ff;
|
||||
--btn-bg: linear-gradient(40deg, rgba(8, 131, 198, 1) 0%, rgba(32, 181, 219, 1) 100%);
|
||||
--btn-shadow: 0 20px 40px -20px rgba(11, 175, 218, 0.4);
|
||||
|
||||
--border-light: rgba(8, 131, 198, 0.6);
|
||||
--border-dark: rgba(1, 83, 111, 1);
|
||||
--bg-blur-40: blur(20px);
|
||||
--bg-blur-20: blur(10px);
|
||||
--bg-shadow: 4px 4px 2px 0 rgba(3, 20, 36, 0.4);
|
||||
--bg-block:
|
||||
linear-gradient(180deg, rgba(8, 131, 198, 0) 0%, rgba(8, 131, 198, 0.07) 33%, rgba(8, 131, 198, 0.2) 100%),
|
||||
linear-gradient(180deg, rgba(19, 46, 55, 0.16) 0%, rgba(19, 46, 55, 0.32) 100%),
|
||||
radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 80%);
|
||||
--bg-group: rgba(8, 131, 198, 0.25);
|
||||
/*conic-gradient(from 90deg at 100% 0%, rgba(0, 240, 255, 0.6) 0%, rgba(0, 191, 255, 0.24) 34%, rgba(0, 191, 255, 1) 100%),*/
|
||||
/*
|
||||
linear-gradient(180deg, rgba(8, 131, 198, 0) 0%, rgba(8, 131, 198, 0.4) 100%),
|
||||
linear-gradient(0deg, rgba(19, 46, 55, 0.08) 0%, rgba(19, 46, 55, 0.16) 100%),
|
||||
linear-gradient(204deg, rgba(0, 191, 255, 0.5) 0%, rgba(0, 191, 255, 0) 50%);
|
||||
*/
|
||||
--bg-brick: rgba(9, 91, 120, 0.6);
|
||||
--page-bg: rgba(38, 117, 166, 0.025);
|
||||
--header-bg: rgba(53, 126, 172, 0.05);
|
||||
--block-bg: rgba(53, 126, 172, 0.1);
|
||||
--block-active-bg: linear-gradient(155deg, #1497cf 0%, #064f99 100%);
|
||||
--block-shadow: 0 3px 2px -2px rgba(0, 75, 118, 0.15);
|
||||
|
||||
--size-text-title: min(1.6vw, 2rem); /*32px*/
|
||||
--size-text-subtitle: min(1.2vw, 1.5rem); /*24px*/
|
||||
|
|
@ -55,10 +33,10 @@
|
|||
--indent-base: min(0.8vw, 1rem); /*16*/
|
||||
--indent-small: min(0.6vw, 0.75rem); /*12px*/
|
||||
--indent-mini: min(0.4vw, 0.5rem); /*8px*/
|
||||
--indent-xmini: min(0.2vw, 0.25rem); /*4px*/
|
||||
--indent-xmini: min(0.2vw, 0.25rem); /*4px*/
|
||||
|
||||
--h-header: min(3.9vw, 4.875rem); /*78*/
|
||||
--w-screen: min(2vw, 2.5rem); /*40*/
|
||||
--h-header: min(3.9vw, 4.875rem); /*78*/
|
||||
--w-screen: min(1vw, 1.25rem); /*20*/
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard {
|
||||
|
|
@ -66,19 +44,6 @@
|
|||
flex-direction: column;
|
||||
color: var(--color-text-primary);
|
||||
font-family: 'Gilroy';
|
||||
background: var(--color-dark) url('../img/bg_image.png') no-repeat center 0 fixed;
|
||||
-webkit-background-size: cover;
|
||||
-moz-background-size: cover;
|
||||
-o-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
.webbpm.ervu_dashboard .wrapper {
|
||||
background:
|
||||
radial-gradient(circle at 0% 0%, rgba(16, 67, 77, 0.35) 0%, rgba(8, 37, 43, 0) 37%),
|
||||
radial-gradient(circle at 100% 0%, rgba(16, 67, 77, 0.35) 0%, rgba(8, 37, 43, 0) 37%),
|
||||
radial-gradient(circle at 50% 0%, rgba(8, 37, 43, 0.8) 0%, rgba(8, 37, 43, 0.6) 30%, rgba(8, 37, 43, 0) 80%),
|
||||
radial-gradient(circle at 50% 0%, rgba(8, 37, 43, 0.8) 0%, rgba(8, 37, 43, 0) 73%),
|
||||
radial-gradient(circle at 50% 50%, rgba(8, 37, 43, 0) 47%, rgba(3, 22, 26, 1) 100%);
|
||||
}
|
||||
|
||||
.webbpm.ervu_dashboard .container {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue