small update
This commit is contained in:
parent
88153b0e32
commit
e081cc31a2
4 changed files with 8 additions and 8 deletions
6
public/css/app.css
vendored
6
public/css/app.css
vendored
|
@ -812,11 +812,11 @@ body {
|
|||
font-weight: 400;
|
||||
text-transform: uppercase;
|
||||
color: #ababab;
|
||||
padding: 0 10px;
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.module-actions .input label {
|
||||
margin-top: 3px;
|
||||
.module-actions .input label.name {
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
.module-actions .button {
|
||||
|
|
2
public/mix-manifest.json
generated
2
public/mix-manifest.json
generated
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/css/app.css": "/css/app.css?id=d60b65455c61760b1750",
|
||||
"/css/app.css": "/css/app.css?id=a3356a79f9799651e507",
|
||||
"/js/app.js": "/js/app.js?id=f18d23b8fc7a094a2c66"
|
||||
}
|
||||
|
|
|
@ -460,9 +460,9 @@ body {
|
|||
font-weight: 400;
|
||||
text-transform: uppercase;
|
||||
color: #ababab;
|
||||
padding: 0 10px;
|
||||
label {
|
||||
margin-top: 3px;
|
||||
padding: 0 20px;
|
||||
label.name {
|
||||
margin-top: 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="section-title">{{ __('app.apps.add_application') }}</div>
|
||||
<div class="module-actions">
|
||||
<div class="input">
|
||||
<label>{{ __('app.apps.pinned') }}</label>
|
||||
<label class="name">{{ __('app.apps.pinned') }}</label>
|
||||
{!! Form::hidden('pinned', '0') !!}
|
||||
<label class="switch">
|
||||
<?php
|
||||
|
|
Loading…
Add table
Reference in a new issue