This commit is contained in:
m.epshtein 2024-06-18 09:31:56 +03:00
parent 807229bba7
commit 037225d54b

View file

@ -115,6 +115,13 @@
padding: 13px 39px;
border: 1px solid var(--color-link);
background-color: transparent;
&:not(:disabled):not(.disabled):hover,
&:not(:disabled):not(.disabled):active,
&:not(:disabled):not(.disabled):focus {
color: var(--color-link-hover);
border: var(--color-link-hover);
}
}
}
@ -131,7 +138,16 @@
}
.form-group {
margin-bottom: 0;
}
}
input {
padding: 0;
border: 0;
background-color: transparent;
& + .input-group-addon {
display: none;
}
}
}
.webbpm.ervu_lkrp_fl .left-block .fieldset {