Vm working. simple interface built

- still need stack view
- still ned to work with devices
This commit is contained in:
Rachel
2024-03-28 01:31:09 -07:00
parent 3047f774c5
commit baf67b2c6a
25 changed files with 2295 additions and 586 deletions

View File

@@ -409,3 +409,33 @@ code {
border: 1px solid rgba(8, 121, 144, 0.5);
background: rgba(76, 87, 103, .19);
}
.vm_ic_active_line {
position: absolute;
background: rgba(121, 82, 179, 0.4);
z-index: 20;
}
.vm_reg {
overflow-x: auto;
overflow-y: auto;
max-width: 1200px;
max-height: 400px;
}
// .vm_unset_reg .input-group {
// width: inherit;
// }
.vm_reg_cel {
max-width: 300px;
height: 32px;
}
.vm_reg_cel span {
min-width: 2.5rem;
}
.vm_reg_cel input {
width: 6rem;
}

View File

@@ -12,7 +12,7 @@ $offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
$body-color: #333;
$body-bg: #fff;
$border-radius: .4rem;
$success: #7952b3;
$success: rgb(121, 82, 179);
// Required
@import "bootstrap/scss/variables";