SUPPORT-8395
This commit is contained in:
parent
6229c75844
commit
f71397cce7
1 changed files with 19 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue