Merge remote-tracking branch 'origin/feature/new-design-test'
This commit is contained in:
commit
e0d6caf0de
2 changed files with 27 additions and 6 deletions
|
|
@ -27,6 +27,7 @@
|
|||
}
|
||||
|
||||
.webbpm.ervu_lkrp_fl .subtitle {
|
||||
position: relative;
|
||||
font-size: var(--size-text-subtitle);
|
||||
font-family: 'InterSB';
|
||||
|
||||
|
|
@ -199,7 +200,13 @@
|
|||
.link .btn {
|
||||
color: var(--color-link);
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
background: transparent !important;
|
||||
|
||||
&:not(:disabled):not(.disabled):hover,
|
||||
&:not(:disabled):not(.disabled):active,
|
||||
&:not(:disabled):not(.disabled):focus {
|
||||
color: var(--color-link-hover);
|
||||
}
|
||||
}
|
||||
input {
|
||||
height: auto;
|
||||
|
|
@ -287,14 +294,27 @@
|
|||
@media only screen and (max-width: 480px) {
|
||||
.webbpm.ervu_lkrp_fl .left-block {
|
||||
.subtitle text {
|
||||
width: 100%;
|
||||
padding: 60px 0 0;
|
||||
|
||||
&::before {
|
||||
top: 0;
|
||||
left: calc(50% - 48px/2 + 12px);
|
||||
}
|
||||
}
|
||||
.form-group {
|
||||
width: 100%;
|
||||
|
||||
& > div:last-child {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.fieldset {
|
||||
.subtitle text .link {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
.fieldset {
|
||||
button-component:not(.info):not(.link) {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
|
|
|||
|
|
@ -76,11 +76,12 @@ body {
|
|||
height: 40px;
|
||||
background: url(../img/svg/mil-logo.svg) no-repeat 0 50%;
|
||||
}
|
||||
.main-page {
|
||||
margin-left: calc(32px + 24px);
|
||||
.main-page {
|
||||
font-family: 'InterSB';
|
||||
margin-left: calc(62px + 16px);
|
||||
a {
|
||||
color: var(--white);
|
||||
font-family: 'InterSB';
|
||||
font-family: 'Inter';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue