This commit is contained in:
m.epshtein 2024-06-24 12:13:30 +03:00
parent 57c9fff8db
commit 19dbe9cbdc
2 changed files with 25 additions and 3 deletions

View file

@ -301,6 +301,21 @@
}
}
.webbpm.ervu_lkrp_ul .filter-block {
color: var(--color-light);
font-size: var(--size-text-secondary);
.link .btn {
color: var(--color-light) !important;
text-decoration: underline;
margin-top: -2px;
&:hover {
text-decoration: none;
}
}
}
.webbpm.ervu_lkrp_ul :is(.fieldset, .warning-group) hbox:not(.subtitle) > .horizontal-container {
flex-wrap: wrap;
}
@ -375,6 +390,10 @@
border-width: 1px 0 0;
}
.webbpm.ervu_lkrp_ul ag-grid-angular .ag-cell-focus:not(.ag-cell-range-selected):focus-within {
border-color: var(--color-link);
}
.webbpm.ervu_lkrp_ul .okved-list {
height: auto;
@ -574,7 +593,6 @@
}
hyper-link {
padding-top: 0;
margin-top: 8px;
border: 0;
.link {
@ -582,7 +600,10 @@
padding-left: 0;
background: none;
}
}
}
& > div > * + *:not([hidden]) {
margin-top: 8px;
}
}
.warning-message {
display: block;

View file

@ -35,6 +35,7 @@ body {
--color-link: #c64e1b;
--color-link-hover: #fa773f;
--color-bg-main: #223d36;
--color-light: #868b87;
--bg-light: #fafafa;
--bg-warn: #ffdcc6;
--border-light: #d2d2d2;
@ -197,7 +198,7 @@ body {
.webbpm.ervu_lkrp_ul .loader {
font-size: 15px;
left: calc(50% - 50px);
top: (50% - 50px);
top: calc(50% - 50px);
width: 0.8em;
height: 0.8em;
border-radius: 50%;