Merge remote-tracking branch 'origin/develop' into ervu/tmp_makets

* origin/develop:
  btns
This commit is contained in:
Фоат Саляхов 2024-11-13 13:20:19 +03:00
commit 25e28061b9
2 changed files with 31 additions and 1 deletions

View file

@ -4,6 +4,25 @@
width: auto;
}
.webbpm.ervu_business_metrics .pull-center,
.webbpm.ervu_business_metrics .pull-center > div {
justify-content: center;
}
.webbpm.ervu_business_metrics .btn {
color: var(--color-text-primary) !important;
font-family: 'GolosM';
padding: 12px 16px;
border: 0;
border-radius: 12px;
background: var(--block-bg) !important;
box-shadow: var( --block-shadow);
}
.webbpm.ervu_business_metrics .active > div > .btn {
color: var(--white) !important;
background: var(--block-active-bg) !important
}
.webbpm.ervu_business_metrics .selectize-control {
display: flex;
height: auto;
@ -40,6 +59,17 @@
border: 0;
}
.webbpm.ervu_business_metrics .nav-tabs .nav-link {
color: var(--color-text-mute);
font-size: var(--size-text-secondary);
text-transform: uppercase;
border: 0;
background-color: transparent !important;
}
.webbpm.ervu_business_metrics .nav-tabs .active > .nav-link {
color: var(--color-link);
}
.webbpm.ervu_business_metrics .block-panel .panel-btn {
position: relative;
display: flex;

View file

@ -24,7 +24,7 @@
--size-text-title: 20px;
--size-text-subtitle: 16px;
--size-text-primary: 14px;
--size-text-secondary: 12px;
--size-text-secondary: 10px;
--indent-xlarge: 40px;
--indent-large: 32px;