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

* origin/develop:
  //
  tabs
This commit is contained in:
Фоат Саляхов 2024-11-13 16:25:09 +03:00
commit 2e9b89c740
2 changed files with 32 additions and 0 deletions

View file

@ -59,10 +59,41 @@
border: 0;
}
.webbpm.ervu_business_metrics .nav-tabs {
justify-content: center;
border: 1px solid var(--border);
border-bottom: 0;
border-radius: var(--indent-small) var(--indent-small) 0 0;
}
.webbpm.ervu_business_metrics .nav-tabs ~ .tab-active > .active {
padding: var(--indent-base) var(--indent-medium);
border: 1px solid var(--border);
border-radius: 0 0 var(--indent-small) var(--indent-small);
background-color: var(--white);
box-shadow: var(--shadow);
}
.webbpm.ervu_business_metrics .nav-tabs .nav-item.active {
position: relative;
}
.webbpm.ervu_business_metrics .nav-tabs .nav-item.active::before {
position: absolute;
content: "";
width: 100%;
height: 2px;
bottom: 1px;
border-radius: 2px 2px 0 0;
background-color: var(--color-text-active);
box-shadow: 0 -1px 2px 0px rgba(20, 135, 207, 0.3);
}
.webbpm.ervu_business_metrics .nav-tabs .nav-item + .nav-item {
margin-left: 16px;
}
.webbpm.ervu_business_metrics .nav-tabs .nav-link {
color: var(--color-text-mute);
font-family: 'GolosM';
font-size: var(--size-text-secondary);
text-transform: uppercase;
padding: 10px 0;
border: 0;
background-color: transparent !important;
}

View file

@ -1,6 +1,7 @@
.webbpm.ervu_business_metrics {
--white: #fff;
--color-text-primary: #020c12;
--color-text-active: #015e98;
--color-text-mute: rgba(2, 12, 18, 0.58);
--color-link: #015e98;