This commit is contained in:
m.epshtein 2024-06-28 06:01:38 +03:00
parent cc4ca5e67b
commit 5e55c8abd2
2 changed files with 24 additions and 4 deletions

View file

@ -144,6 +144,15 @@
padding: 0;
}
.webbpm.ervu_dashboard .text-invert > div {
flex-direction: row-reverse;
label {
width: auto;
margin-right: 0;
}
}
.webbpm.ervu_dashboard tab-container {
.nav-tabs {
border: 0;
@ -171,9 +180,20 @@
}
.webbpm.ervu_dashboard .brick-group {
padding: 8px 16px;
border-radius: 8px;
border: 1px solid var(--color-primary-20);
background-color: var(--bg-brick);
.form-group {
margin-bottom: 0;
}
}
.webbpm.ervu_dashboard .vertical-container > .brick-group + .brick-group {
margin-top: 8px;
}
.webbpm.ervu_dashboard .horizontal-container > .brick-group + .brick-group {
margin-left: 8px;
}
.webbpm.ervu_dashboard .parent-block {

View file

@ -8,7 +8,7 @@
}
@font-face {
font-family: 'GilroyM';
src: url('../fonts/gilroy-regular.ttf');
src: url('../fonts/gilroy-medium.ttf');
}
@font-face {
font-family: 'GilroySB';
@ -64,7 +64,7 @@ body.webbpm.ervu_dashboard {
display: flex;
flex-direction: column;
color: var(--color-text-primary);
font-family: 'GilroyM';
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;
@ -86,7 +86,7 @@ body.webbpm.ervu_dashboard {
bottom: 0;
.container-inside {
font-family: 'GilroyM';
font-family: 'Gilroy';
font-size: var(--size-text-primary);
padding: 0 40px 40px;
}
@ -148,7 +148,7 @@ body.webbpm.ervu_dashboard {
.webbpm.ervu_dashboard .header {
display: flex;
font-family: 'GilroyM';
font-family: 'Gilroy';
font-size: var(--size-text-primary);
width: 100%;
height: auto;