Bootstrap4 :: Issues updated

This commit is contained in:
Sakthi002
2021-01-19 18:35:13 +05:30
committed by Manish Verma
parent 3d5d7a20bd
commit 335d216c27
9 changed files with 91 additions and 44 deletions

View File

@@ -102,7 +102,7 @@ class="nav-link active"
<label>{!! Lang::get('lang.address') !!}</label>
<br>
<center>{!! $orgs->address !!}</center>
{!! $orgs->address !!}
</li>
@endif
@@ -111,7 +111,7 @@ class="nav-link active"
<label>{!! Lang::get('lang.internal_notes') !!}</label>
<br>
<center>{!! $orgs->internal_notes !!}</center>
{!! $orgs->internal_notes !!}
</li>
@endif
</ul>

View File

@@ -71,6 +71,22 @@
.nav-sidebar .nav-header:not(:first-of-type) {
padding: 0.5rem;
}
.has-error label {
color: #dd4b39 !important;
}
.has-error .form-control {
border-color: #dd4b39 !important;
box-shadow: none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
box-shadow: none;
cursor: not-allowed;
opacity: 0.65;
pointer-events: none;
}
</style>
</head>