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

@@ -66,6 +66,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>
<body class="skin-yellow sidebar-mini layout-fixed layout-navbar-fixed text-sm">
@@ -370,7 +386,7 @@
<li class="nav-item">
<a href="{{ url('groups') }}" @yield('groups') class="nav-link">
<i class="nav-icon fas fa-users"></i>
<i class="nav-icon fas fa-object-group"></i>
<p>{!! Lang::get('lang.groups') !!}</p>
</a>
</li>
@@ -593,6 +609,13 @@
<p>{!! Lang::get('lang.notifications') !!}</p>
</a>
</li>
<li class="nav-item">
<a href="{{url('storage')}}" @yield('storage') class="nav-link">
<i class="nav-icon fas fa-save"></i>
<p>{!! Lang::get('storage::lang.storage') !!}</p>
</a>
</li>
</ul>
</li>