235 lines
No EOL
7.8 KiB
CSS
235 lines
No EOL
7.8 KiB
CSS
@font-face {
|
|
font-family: 'Inter';
|
|
src: url('../fonts/Inter-Regular.otf');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'InterM';
|
|
src: url('../fonts/Inter-Medium.otf');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'InterSB';
|
|
src: url('../fonts/Inter-SemiBold.otf');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
@font-face {
|
|
font-family: 'InterB';
|
|
src: url('../fonts/Inter-Bold.otf');
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
|
|
body {
|
|
-ms-text-size-adjust: 100%;
|
|
-moz-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul {
|
|
--color-text-primary: #1d1e21;
|
|
--color-text-secondary: #acacac;
|
|
--color-link: #c64e1b;
|
|
--color-link-hover: #fa773f;
|
|
--color-bg-main: #223d36;
|
|
--bg-light: #fafafa;
|
|
--bg-warn: #ffdcc6;
|
|
--border-light: #d2d2d2;
|
|
|
|
--h-header: 64px;
|
|
--h-footer: 120px;
|
|
--w-screen: 75px;
|
|
|
|
--size-text-title: 36px;
|
|
--size-text-subtitle: 20px;
|
|
--size-text-primary: 18px;
|
|
--size-text-secondary: 16px;
|
|
|
|
--indent-huge: 48px;
|
|
--indent-big: 40px;
|
|
--indent-medium: 32px;
|
|
--indent-small: 24px;
|
|
--indent-mini: 16px;
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul a {
|
|
color: var(--color-link);
|
|
text-decoration: none;
|
|
&:hover,
|
|
&:focus,
|
|
&:active {
|
|
color: var(--color-link-hover);
|
|
}
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul .header {
|
|
min-height: var(--h-header);
|
|
border: 0;
|
|
background-color: var(--color-bg-main);
|
|
|
|
.header-logo {
|
|
margin-left: var(--w-screen);
|
|
|
|
.logo a {
|
|
width: 62px;
|
|
height: 40px;
|
|
background: url(../img/svg/logo.svg) no-repeat 0 50%;
|
|
}
|
|
.main-page {
|
|
font-family: 'InterSB';
|
|
margin-left: calc(62px + 16px);
|
|
a {
|
|
color: var(--white);
|
|
font-family: 'Inter';
|
|
}
|
|
}
|
|
}
|
|
.header-menu {
|
|
margin-right: var(--w-screen);
|
|
|
|
.logout.show {
|
|
max-width: max-content;
|
|
}
|
|
.user-info {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
color: var(--white);
|
|
height: 24px;
|
|
padding: 0;
|
|
border: 0;
|
|
outline: none;
|
|
cursor: pointer;
|
|
|
|
&.dropdown-toggle::before {
|
|
display: inline-block;
|
|
content: "";
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-right: 8px;
|
|
background-image: url(../img/svg/user-wt.svg);
|
|
}
|
|
&.dropdown-toggle::after {
|
|
width: 24px;
|
|
height: 24px;
|
|
border: 0;
|
|
background-image: url(../img/svg/arrow-down-wt.svg);
|
|
}
|
|
}
|
|
.dropdown-menu.show {
|
|
top: var(--h-header) !important;
|
|
padding: 8px 0;
|
|
border-radius: 4px;
|
|
background-color: var(--white);
|
|
box-shadow: 0 6px 16px 0 rgba(230, 230, 230, 0.11), 0 1px 4px 0 #f3f3f3;
|
|
|
|
.user-department {
|
|
color: var(--color-text-primary);
|
|
font-family: 'InterB';
|
|
padding: 8px 16px;
|
|
}
|
|
& > button {
|
|
position: relative;
|
|
padding: 8px 16px 8px calc(16px + 32px);
|
|
|
|
&::before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 16px;
|
|
width: 24px;
|
|
height: 24px;
|
|
background-image: url(../img/svg/exit.svg);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul footer {
|
|
height: var(--h-footer);
|
|
border: 0;
|
|
background-color: var(--color-text-primary);
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul .container {
|
|
padding-top: var(--h-header);
|
|
bottom: var(--h-footer);
|
|
|
|
.container-inside {
|
|
font-family: 'Inter';
|
|
padding: var(--indent-huge) var(--w-screen);
|
|
}
|
|
}
|
|
|
|
/*@media ((max-width: 780px) or ((orientation: landscape) and (max-device-width : 1024px))) {*/
|
|
@media (max-width: 1024px) {
|
|
.webbpm.ervu_lkrp_ul {
|
|
--w-screen: 32px;
|
|
|
|
--size-text-title: 28px;
|
|
|
|
--indent-huge: 32px;
|
|
--indent-big: 24px;
|
|
--indent-medium: 24px;
|
|
--indent-small: 16px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 480px) {
|
|
.webbpm.ervu_lkrp_ul {
|
|
--w-screen: 16px;
|
|
|
|
--size-text-title: 24px;
|
|
|
|
--indent-huge: 24px;
|
|
--indent-big: 24px;
|
|
--indent-medium: 16px;
|
|
--indent-small: 16px;
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul .header .main-page {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.webbpm.ervu_lkrp_ul .loader {
|
|
font-size: 15px;
|
|
left: 50%;
|
|
top: 50%;
|
|
width: 0.8em;
|
|
height: 0.8em;
|
|
border-radius: 50%;
|
|
position: relative;
|
|
text-indent: -9999em;
|
|
animation: loader-pin 1.1s infinite ease;
|
|
transform: translateZ(0);
|
|
}
|
|
@keyframes loader-pin {
|
|
0%,
|
|
100% {
|
|
box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3), 2.5em 0em 0 0em rgba(198, 78, 27, 0.3), 1.75em 1.75em 0 0em rgba(198, 78, 27, 0.3), 0em 2.5em 0 0em rgba(198, 78, 27, 0.3), -1.8em 1.8em 0 0em rgba(198, 78, 27, 0.3), -2.6em 0em 0 0em rgba(198, 78, 27, 0.7), -1.8em -1.8em 0 0em rgba(198, 78, 27, 1);
|
|
}
|
|
12.5% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 1), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(198, 78, 27, 0.3), 1.75em 1.75em 0 0em rgba(198, 78, 27, 0.3), 0em 2.5em 0 0em rgba(198, 78, 27, 0.3), -1.8em 1.8em 0 0em rgba(198, 78, 27, 0.3), -2.6em 0em 0 0em rgba(198, 78, 27, 0.3), -1.8em -1.8em 0 0em rgba(198, 78, 27, 0.7);
|
|
}
|
|
25% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 0.7), 1.8em -1.8em 0 0em rgba(198, 78, 27, 1), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(198, 78, 27, 0.3), 0em 2.5em 0 0em rgba(198, 78, 27, 0.3), -1.8em 1.8em 0 0em rgba(198, 78, 27, 0.3), -2.6em 0em 0 0em rgba(198, 78, 27, 0.3), -1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3);
|
|
}
|
|
37.5% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 0.3), 1.8em -1.8em 0 0em rgba(198, 78, 27, 0.7), 2.5em 0em 0 0em rgba(198, 78, 27, 1), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(198, 78, 27, 0.3), -1.8em 1.8em 0 0em rgba(198, 78, 27, 0.3), -2.6em 0em 0 0em rgba(198, 78, 27, 0.3), -1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3);
|
|
}
|
|
50% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 0.3), 1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3), 2.5em 0em 0 0em rgba(198, 78, 27, 0.7), 1.75em 1.75em 0 0em rgba(198, 78, 27, 1), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(198, 78, 27, 0.3), -2.6em 0em 0 0em rgba(198, 78, 27, 0.3), -1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3);
|
|
}
|
|
62.5% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 0.3), 1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3), 2.5em 0em 0 0em rgba(198, 78, 27, 0.3), 1.75em 1.75em 0 0em rgba(198, 78, 27, 0.7), 0em 2.5em 0 0em rgba(198, 78, 27, 1), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(198, 78, 27, 0.3), -1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3);
|
|
}
|
|
75% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 0.3), 1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3), 2.5em 0em 0 0em rgba(198, 78, 27, 0.3), 1.75em 1.75em 0 0em rgba(198, 78, 27, 0.3), 0em 2.5em 0 0em rgba(198, 78, 27, 0.7), -1.8em 1.8em 0 0em rgba(198, 78, 27, 1), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3);
|
|
}
|
|
87.5% {
|
|
box-shadow: 0em -2.6em 0em 0em rgba(198, 78, 27, 0.3), 1.8em -1.8em 0 0em rgba(198, 78, 27, 0.3), 2.5em 0em 0 0em rgba(198, 78, 27, 0.3), 1.75em 1.75em 0 0em rgba(198, 78, 27, 0.3), 0em 2.5em 0 0em rgba(198, 78, 27, 0.3), -1.8em 1.8em 0 0em rgba(198, 78, 27, 0.7), -2.6em 0em 0 0em rgba(198, 78, 27, 1), -1.8em -1.8em 0 0em #ffffff;
|
|
}
|
|
} |