ervu-lkrp-ul/frontend/src/resources/css/inbox-lkrp.css
2025-04-11 14:21:12 +03:00

419 lines
13 KiB
CSS

@font-face {
font-family: 'InterL';
src: url('../fonts/Inter-Light.otf');
font-weight: 400;
font-style: normal;
}
@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;
}
@font-face {
font-family: 'GolosM';
src: url('../fonts/GolosText-Medium.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'GolosDB';
src: url('../fonts/GolosText-DemiBold.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'GolosB';
src: url('../fonts/GolosText-Bold.ttf');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Golos';
src: url('../fonts/GolosText-Regular.ttf');
font-weight: 400;
font-style: normal;
}
body.webbpm.ervu_lkrp_ul {
-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-form: #3f434b;
--color-bg-main: #223d36;
--color-light: #868b87;
--bg-light: #fafafa;
--bg-warn: #ffdcc6;
--bg-form: #eee;
--border-light: #d2d2d2;
--bg-shadow: 0 19px 19px 8px rgba(230, 230, 230, 0.19), 0 0px 4px 0px #f3f3f3;
--h-header: 64px;
--h-footer: 48px;
--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;
--indent-extra-mini: 10px;
--l-size-text-maintitle: 54px;
--l-size-text-title: 40px;
--l-size-text-subtitle: 32px;
--l-size-text-primary: 20px;
--l-indent-huge: 72px;
--l-indent-big: 52px;
}
.webbpm.ervu_lkrp_ul a {
color: var(--color-link);
text-decoration: none;
}
.webbpm.ervu_lkrp_ul a:is(:hover, :focus, :active) {
color: var(--color-link-hover);
}
.webbpm.ervu_lkrp_ul .header {
font-family: 'Inter';
min-height: var(--h-header);
border: 0;
background-color: var(--color-bg-main);
}
.webbpm.ervu_lkrp_ul .header .header-logo {
margin-left: var(--w-screen);
}
.webbpm.ervu_lkrp_ul .header .header-logo a {
color: var(--white);
}
.webbpm.ervu_lkrp_ul .header .header-logo .logo {
position: relative;
display: flex;
align-items: center;
}
.webbpm.ervu_lkrp_ul .header .header-logo .logo a {
position: absolute;
width: 62px;
height: 40px;
background: url(../img/svg/logo.svg) no-repeat 0 50%;
}
.webbpm.ervu_lkrp_ul .header .header-logo .main-page {
font-family: 'InterL';
margin-left: calc(62px + 16px);
}
.webbpm.ervu_lkrp_ul .header .header-logo .header-menu-left {
font-family: 'InterL';
margin-left: 24px;
}
.webbpm.ervu_lkrp_ul .header .header-logo .active {
font-family: 'InterSB';
}
.webbpm.ervu_lkrp_ul .header .header-menu {
margin-right: var(--w-screen);
}
.webbpm.ervu_lkrp_ul .header .header-menu .logout.show {
max-width: max-content;
}
.webbpm.ervu_lkrp_ul .header .header-menu .user-info {
flex-direction: row;
align-items: center;
color: var(--white);
height: 24px;
padding: 0;
border: 0;
outline: none;
cursor: pointer;
}
.webbpm.ervu_lkrp_ul .header .header-menu .user-info.dropdown-toggle::before {
display: inline-block;
content: "";
width: 24px;
height: 24px;
margin-right: 8px;
background-image: url(../img/svg/user-wt.svg);
}
.webbpm.ervu_lkrp_ul .header .header-menu .user-info.dropdown-toggle::after {
width: 24px;
height: 24px;
border: 0;
background-image: url(../img/svg/arrow-down-wt.svg);
}
.webbpm.ervu_lkrp_ul .header .header-menu .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;
}
.webbpm.ervu_lkrp_ul .header .header-menu .dropdown-menu.show .user-department {
color: var(--color-text-primary);
font-family: 'InterB';
padding: 8px 16px;
}
.webbpm.ervu_lkrp_ul .header .header-menu .dropdown-menu.show > :is(button, a) {
position: relative;
display: flex;
color: var(--color-text-primary);
padding: 8px 16px 8px calc(16px + 32px);
}
.webbpm.ervu_lkrp_ul .header .header-menu .dropdown-menu.show > :is(button, a):is(:hover, :focus, :active) {
color: var(--color-link-hover);
}
.webbpm.ervu_lkrp_ul .header .header-menu .dropdown-menu.show > :is(button, a)::before {
content: "";
position: absolute;
left: 16px;
width: 24px;
height: 24px;
}
.webbpm.ervu_lkrp_ul .header .header-menu .dropdown-menu.show > :is(button, a).exit::before {
background-image: url(../img/svg/exit.svg);
}
.webbpm.ervu_lkrp_ul .header .header-menu .dropdown-menu.show > :is(button, a).data::before {
background-image: url(../img/svg/data.svg);
}
.webbpm.ervu_lkrp_ul footer {
position: relative;
top: auto;
bottom: auto;
left: auto;
right: auto;
height: var(--h-footer);
border: 0;
background-color: var(--color-text-primary);
}
.webbpm.ervu_lkrp_ul .container {
display: flex;
flex-direction: column;
padding-top: var(--h-header);
bottom: 0;
}
.webbpm.ervu_lkrp_ul .container-inside {
display: flex;
flex-direction: column;
font-family: 'Inter';
height: 100%;
padding: 0;
overflow: auto;
}
.webbpm.ervu_lkrp_ul .container-inside > div {
padding: var(--indent-huge) var(--w-screen);
}
.webbpm.ervu_lkrp_ul .container-inside home-landing + app-footer {
display: none;
}
/*@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;
--l-size-text-maintitle: 32px;
--l-size-text-title: 28px;
--l-size-text-subtitle: 24px;
--l-indent-huge: 32px;
--l-indent-big: 24px;
}
}
@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;
--l-size-text-maintitle: 28px;
--l-size-text-title: 24px;
--l-size-text-subtitle: 20px;
--l-indent-huge: 24px;
--l-indent-big: 24px;
}
.webbpm.ervu_lkrp_ul .header .header-logo .main-page {
display: none;
}
.webbpm.ervu_lkrp_ul .header .header-logo .header-menu-left {
margin-left: 40px;
}
.webbpm.ervu_lkrp_ul .header .header-logo .header-menu-left a {
white-space: nowrap;
text-overflow: ellipsis;
max-width: 85px;
overflow: hidden;
}
}
/*----------------- Login ---------------- */
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) {
color: var(--color-text-primary);
font-size: var(--size-text-secondary);
width: 502px;
padding: 32px;
margin: 30px auto;
border: 0;
border-radius: 8px;
background-color: var(--white);
box-shadow: var(--bg-shadow);
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) :is(h1, h2) {
color: var(--color-form);
font-family: 'InterB';
font-size: var(--size-text-subtitle);
text-align: left;
margin-bottom: 0;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) .logo {
position: relative;
display: flex;
justify-content: center;
height: 76px;
padding: 0 0 0 128px;
margin-bottom: 32px;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) .logo::after {
position: absolute;
content: "";
left: 0;
width: 112px;
height: 72px;
background-image: url(../img/svg/form-logo.svg);
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) .row {
position: relative;
margin-bottom: 0;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) .row + .row {
margin-top: 20px;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) input {
height: 56px;
padding-top: 20px;
padding-left: 16px;
border: 0;
border-radius: 8px;
background-color: var(--bg-light);
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) input[type="password"] {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) input[type="password"] ~ .input-group-append > .input-group-text {
border: 0;
background-color: var(--bg-light);
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) input + label {
position: absolute;
top: 16px;
left: 16px;
pointer-events: none;
transition: all 200ms;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) input:focus + label,
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) input:not(:placeholder-shown) + label {
top: 4px;
font-size: var(--indent-extra-mini);
z-index: 20;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) .msg-text {
margin-top: 12px;
}
.webbpm.ervu_lkrp_ul :is(.form-signin, .form-signup, .confirm) .btn-box {
margin-top: 32px;
}
.webbpm.ervu_lkrp_ul .form-signin .row.registration > * + *,
.webbpm.ervu_lkrp_ul .form-signin .login-btn-box .password,
.webbpm.ervu_lkrp_ul .form-signin .login-btn-box .btn + .btn {
margin-left: 32px;
}
/*--------------- end Login -------------- */
.webbpm.ervu_lkrp_ul .loader {
font-size: 15px;
left: calc(50% - 50px);
top: calc(50% - 50px);
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;
}
}