Enhance styles and types across components
- Updated input styles to include textarea elements for consistent styling. - Refined compare layout styles, including positioning and background adjustments for dropdowns and containers. - Improved sidebar styles with new background and shadow effects. - Added new types for Point, Wall, and Aisle in builderTypes to enhance type safety. - Introduced helper colors in worldConstants for better visual guidance. - Enhanced comments section styles for improved layout and readability. - Adjusted real-time visualization styles for better responsiveness and aesthetics.
This commit is contained in:
@@ -86,22 +86,34 @@
|
||||
|
||||
.label-toogler {
|
||||
position: fixed;
|
||||
bottom: 5%;
|
||||
right: 2%;
|
||||
bottom: 4%;
|
||||
right: 1.5%;
|
||||
z-index: 10;
|
||||
|
||||
background: var(--background-color);
|
||||
backdrop-filter: blur(10px);
|
||||
outline: 1px solid var(--border-color);
|
||||
// background: var(--background-color);
|
||||
// backdrop-filter: blur(10px);
|
||||
// outline: 1px solid var(--border-color);
|
||||
border-radius: 8px;
|
||||
|
||||
.input-toggle-container {
|
||||
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: end;
|
||||
gap: 12px;
|
||||
|
||||
.label {
|
||||
// display: none;
|
||||
}
|
||||
|
||||
.check-box {
|
||||
height: 20px;
|
||||
|
||||
.check-box-style {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.check-box-style {
|
||||
|
||||
// background: var(--text-button-color) !important;
|
||||
|
||||
Reference in New Issue
Block a user