mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-19 19:51:21 +08:00
@ -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>
|
||||||
|
Reference in New Issue
Block a user