Ajustes
This commit is contained in:
@@ -1,57 +1,17 @@
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Segoe UI', sans-serif;
|
||||
}
|
||||
|
||||
.table td, .table th {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
width: 220px;
|
||||
background-color: #343a40;
|
||||
position: fixed;
|
||||
top: 56px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1045;
|
||||
padding-top: 1rem;
|
||||
height: 100vh;
|
||||
overflow-y: auto;
|
||||
border-right: 1px solid #dee2e6;
|
||||
}
|
||||
|
||||
.sidebar a {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
body { font-family: 'Segoe UI', sans-serif; }
|
||||
.table td, .table th { vertical-align: middle; }
|
||||
.sidebar { width: 220px; background-color: #343a40; position: fixed; top: 56px; bottom: 0; left: 0; z-index: 1045; padding-top: 1rem; height: 100vh; overflow-y: auto; border-right: 1px solid #dee2e6; }
|
||||
.sidebar a { color: white; text-decoration: none; }
|
||||
.sidebar .nav-link.active,
|
||||
.sidebar .nav-link:hover {
|
||||
background-color: #495057;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 230px;
|
||||
margin-top: 70px;
|
||||
}
|
||||
|
||||
.sidebar .nav-link:hover { background-color: #495057; }
|
||||
.content { margin-left: 230px; margin-top: 70px; }
|
||||
@media (max-width: 991.98px) {
|
||||
.sidebar {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
.content {
|
||||
margin-left: 0;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.sidebar { position: relative; width: 100%; height: auto; border-right: none; }
|
||||
.content { margin-left: 0; margin-top: 20px; }
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<!-- 🔷 NAVBAR -->
|
||||
<nav class="navbar navbar-dark bg-dark fixed-top">
|
||||
<div class="container-fluid">
|
||||
@@ -59,7 +19,6 @@
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
<!-- 📘 SIDEBAR -->
|
||||
<!-- 📘 SIDEBAR -->
|
||||
<div class="sidebar text-white">
|
||||
<nav class="nav flex-column">
|
||||
|
||||
Reference in New Issue
Block a user