Better Layout

This commit is contained in:
Rachel
2024-03-28 14:22:11 -07:00
parent 88e37d23cf
commit 8d62cf407e
4 changed files with 117 additions and 86 deletions

View File

@@ -288,41 +288,10 @@ code {
color: #e685b5
}
.navbar-default {
background-color: #343a40;
border-color: #495057;
}
.navbar-brand {
float: left;
padding: 5px 5px;
font-size: 18px;
}
.navbar-default .navbar-brand {
color: #fff;
text-wrap: nowrap;
white-space: nowrap;
}
.navbar-brand a {
text-decoration: none;
}
.nav>li {
position: relative;
display: block;
}
.navbar-default .navbar-nav>li>a {
color: #fff;
}
.navbar-default .navbar-text {
color: #fff;
text-wrap: nowrap;
white-space: nowrap;
}
.navbar-text {
padding: 0;
@@ -336,12 +305,12 @@ code {
line-height: 20px;
}
@media (min-width: 768px) {
.navbar-nav>li>a {
padding-top: 15px;
padding-bottom: 15px;
}
}
// @media (min-width: 768px) {
// .navbar-nav>li>a {
// padding-top: 15px;
// padding-bottom: 15px;
// }
// }
.nav>li>a {
position: relative;
@@ -419,8 +388,9 @@ code {
.vm_reg {
overflow-x: auto;
overflow-y: auto;
max-width: 1200px;
max-height: 400px;
max-width: 180rem;
max-height: 20rem;
align-content: flex-end
}
// .vm_unset_reg .input-group {
@@ -428,15 +398,37 @@ code {
// }
.vm_reg_cel {
max-width: 300px;
height: 32px;
max-width: 20rem;
height: 24px;
}
.vm_reg_cel span {
min-width: 2.5rem;
height: 22px;
}
.vm_reg_cel span.reg_label {
width: 6rem;
height: 22px;
overflow-x: auto;
overflow-y: auto;
}
.vm_reg_cel input {
width: 6rem;
max-width: 8rem;
min-width: 3rem;
background-color: var(--bs-body-bg);
height: 22px;
}
#vmActiveIC {
min-width: 28rem;
}
#editor {
min-width: 32em;
}
#vmActiveICState hr {
margin: 0.25rem 0;
}

View File

@@ -1,4 +1,3 @@
// Toggle global options
// $enable-gradients: true;
$enable-shadows: true;
@@ -14,6 +13,11 @@ $body-bg: #fff;
$border-radius: .4rem;
$success: rgb(121, 82, 179);
$accordion-button-active-bg: #343a40;
$accordion-button-active-color: #dee2e6;
$accordion-icon-color-dark: #dee2e6;
$accordion-icon-active-color-dark: #dee2e6;
// Required
@import "bootstrap/scss/variables";
@import "bootstrap/scss/variables-dark";
@@ -38,6 +42,7 @@ $success: rgb(121, 82, 179);
@import "bootstrap/scss/card";
// @import "bootstrap/scss/breadcrumb";
@import "bootstrap/scss/accordion";
// @import "bootstrap/scss/pagination";
@import "bootstrap/scss/badge";
@import "bootstrap/scss/alert";
@@ -63,5 +68,4 @@ $success: rgb(121, 82, 179);
//
// Custom styles
//
//