SUPPORT-8395

This commit is contained in:
m.epshtein 2024-07-18 11:38:18 +03:00
parent 6229c75844
commit f71397cce7

View file

@ -20,6 +20,23 @@
}
*/
.webbpm.ervu_dashboard .bread-crumb {
.form-group {
margin-bottom: 0;
}
label {
margin-right: 0;
}
.btn {
font-size: var(--size-text-primary);
padding: 0;
margin: 0;
border: 0;
background-color: transparent;
box-shadow: none;
}
}
.webbpm.ervu_dashboard .top-btn-block {
margin: 16px 0;
@ -29,11 +46,11 @@
.component-float {
display: block;
}
button-component {
:is(button-component, static-route-navigation-button) {
padding-right: 0;
border-radius: 20px;
& + button-component {
& + :is(button-component, static-route-navigation-button) {
margin-left: 16px;
}
.btn {