This commit is contained in:
m.epshtein 2024-06-17 10:39:58 +03:00
parent ea4a9551b0
commit bb810d5c99
2 changed files with 28 additions and 13 deletions

View file

@ -97,9 +97,14 @@
}
.webbpm.ervu_lkrp_ul .left-block {
width: 75%;
padding-right: var(--indent-medium);
}
.webbpm.ervu_lkrp_ul .right-block {
width: 25%;
}
.webbpm.ervu_lkrp_ul .fieldset {
padding: 24px;
margin-bottom: 0;
@ -155,7 +160,8 @@
margin-top: var(--indent-medium);
}
@media ((max-width: 780px) or ((orientation: landscape) and (max-device-width : 1024px))) {
/*@media ((max-width: 780px) or ((orientation: landscape) and (max-device-width : 1024px))) {*/
@media (max-width: 1024px) {
.webbpm.ervu_lkrp_ul .main-block {
& > .horizontal-container {
flex-direction: column-reverse;
@ -166,22 +172,29 @@
}
}
.webbpm.ervu_lkrp_ul .right-block .fieldset {
padding-top: 20px;
.webbpm.ervu_lkrp_ul .right-block {
width: 100%;
&::before {
top: 20px;
left: auto;
right: 20px;
}
}
.fieldset {
padding-top: 20px;
&::before {
top: 20px;
left: auto;
right: 20px;
}
}
}
.webbpm.ervu_lkrp_ul .left-block {
width: 100%;
}
}
@media (max-width: 480px) {
@media only screen and (max-width: 480px) {
.webbpm.ervu_lkrp_ul .left-block {
.subtitle text {
padding-top: 60px;
padding-left: 0;
padding: 60px 0 0;
&::before {
top: 0;
@ -197,6 +210,7 @@
justify-content: center;
}
button-component.info {
display: none;
margin-top: 58px;
}
.tooltip-inner {

View file

@ -104,13 +104,14 @@ body {
content: "";
width: 24px;
height: 24px;
margin-right: 8px;
background-image: url(../img/svg/user-wt.svg);
}
&.dropdown-toggle::after {
width: 24px;
height: 24px;
background-image: url(../img/svg/arrow-down-wt.svg);
border: 0;
background-image: url(../img/svg/arrow-down-wt.svg);
}
}
.dropdown-menu.show {