pojavno okno pozabljeno geslo, search okona v menuju v ospredje
This commit is contained in:
parent
ef71cc8377
commit
1170d8cc59
@ -29,9 +29,8 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<a href="#" class="button secondary-button w-inline-block" id="submit-lost-password">
|
||||
<a href="#" class="button main-button w-inline-block" id="submit-lost-password">
|
||||
<div class="button-label">{{ lang['srv_potrdi'] }}</div>
|
||||
<img src="/tema1ka/svg/icons8-chevron-right.svg" loading="lazy" alt="" class="button-right-arrow" style="transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d;">
|
||||
<div class="button-flyin button-flyin-secondary" style="transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); transform-style: preserve-3d; display: block;"></div>
|
||||
</a>
|
||||
</div>
|
||||
@ -39,7 +38,7 @@
|
||||
</div>
|
||||
|
||||
<div class="error-message" id="error-lost-password">
|
||||
<div>'{{ error }}</div>
|
||||
<div>{{ error }}</div>
|
||||
</div>
|
||||
|
||||
<div class="w-form-done"></div>
|
||||
|
@ -1139,6 +1139,13 @@ body {
|
||||
.modal .modal-box #register-form-email-sent, .rexister-modal .modal-box #register-form-email-sent {
|
||||
display: none;
|
||||
flex-direction: column; }
|
||||
.modal #submit-lost-password, .rexister-modal #submit-lost-password {
|
||||
width: 250px;
|
||||
margin: auto !important;
|
||||
text-align: center;
|
||||
text-transform: uppercase; }
|
||||
.modal #submit-lost-password .button-label, .rexister-modal #submit-lost-password .button-label {
|
||||
margin: auto; }
|
||||
|
||||
.dva-stolpca {
|
||||
display: flex; }
|
||||
@ -1748,7 +1755,8 @@ input.error-field {
|
||||
padding-top: 20px;
|
||||
margin-left: auto; }
|
||||
.nav-menu .block-menu .desni-elementi .searchbutton {
|
||||
margin-top: 4px; }
|
||||
margin-top: 4px;
|
||||
z-index: 999; }
|
||||
.nav-menu .region-header-menu {
|
||||
display: flex; }
|
||||
.nav-menu .region-header-menu .language-switcher-language-url ul {
|
||||
|
@ -135,6 +135,7 @@
|
||||
|
||||
.searchbutton {
|
||||
margin-top: 4px;
|
||||
z-index: 999;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -213,6 +213,17 @@
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#submit-lost-password{
|
||||
width: 250px;
|
||||
margin: auto !important;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
|
||||
.button-label{
|
||||
margin: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dva-stolpca {
|
||||
|
Loading…
x
Reference in New Issue
Block a user