mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-06 17:20:07 +00:00
parent
b67d9f4036
commit
b1cf5ab309
3 changed files with 4 additions and 4 deletions
resources
|
@ -192,7 +192,7 @@
|
||||||
}
|
}
|
||||||
@include smaller-than($xxl) {
|
@include smaller-than($xxl) {
|
||||||
.content-wrap.card {
|
.content-wrap.card {
|
||||||
padding: $-l $-xl;
|
padding: $-m $-xl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@include smaller-than($m) {
|
@include smaller-than($m) {
|
||||||
|
|
|
@ -15,5 +15,5 @@
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="password">{{ trans('auth.password') }}</label>
|
<label for="password">{{ trans('auth.password') }}</label>
|
||||||
@include('form.password', ['name' => 'password', 'tabindex' => 2])
|
@include('form.password', ['name' => 'password', 'tabindex' => 1])
|
||||||
</div>
|
</div>
|
|
@ -27,7 +27,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<button class="button primary" tabindex="3">{{ title_case(trans('auth.log_in')) }}</button>
|
<button class="button primary" tabindex="1">{{ title_case(trans('auth.log_in')) }}</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
@if(setting('registration-enabled', false))
|
@if(setting('registration-enabled', false))
|
||||||
<div class="text-center">
|
<div class="text-center pb-s">
|
||||||
<hr class="my-l">
|
<hr class="my-l">
|
||||||
<a href="{{ baseUrl('/register') }}">{{ trans('auth.dont_have_account') }}</a>
|
<a href="{{ baseUrl('/register') }}">{{ trans('auth.dont_have_account') }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue