JuliaMSI/public/css/genieapp.css

121 lines
2.2 KiB
CSS

.btn-style {
background: #009f90 !important;
color: rgb(229, 236, 246) !important;
transition: background-color 0.3s ease;
}
.btn-style:hover {
background-color: #007f72 !important;
}
#imgInt {
float: left;
}
#header {
display: flex;
align-items: center;
}
#imgLogo {
width: 100px;
height: 80px;
margin-right: 10px;
margin-left: 10px;
}
#extDivStyle {
background-color: #c9cdb1;
border-radius: 10px;
}
#intDivStyle {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
}
.custom-standout {
background-color: #7f8389 !important;
color: rgb(0, 0, 0) !important;
}
#tabHeader {
color: #009f90;
}
#intDivStyle-left, #intDivStyle-right {
border-radius: 10px;
padding: 10px;
background-color: #fdfdfd; /* Add a background color to distinguish from the outer div */
}
/* Tab styling to match your theme */
.q-tabs {
background-color: transparent !important;
}
.q-tab {
color: #7f8389 !important;
font-weight: 500;
}
.q-tab--active {
color: #009f90 !important;
background-color: rgba(0, 159, 144, 0.1) !important;
border-radius: 5px;
}
.q-tabs[active-color="primary"] .q-tab--active {
color: #009f90 !important;
}
/* Indicator color to match your primary color */
.q-tab__indicator {
background-color: #009f90 !important;
}
/* Dense tabs adjustment */
.q-tabs--dense .q-tab {
padding: 8px 12px;
font-size: 0.9rem;
}
#intDivStyle-left .q-tab-panels, #intDivStyle-right .q-tab-panels {
/* Removed fixed height */
}
#intDivStyle-left .q-tab-panel, #intDivStyle-right .q-tab-panel {
height: auto; /* Let content define height */
overflow-y: hidden; /* Remove scrollbar */
}
.pixelated-plot svg image {
image-rendering: pixelated;
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: crisp-edges;
}
*{
font-family: 'Roboto', 'Lato', sans-serif;
}
.q-card {
border-radius: 8px !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
margin-bottom: 16px !important;
}
.q-card__section--dark {
background: #f7f7f7 !important;
}
.q-radio__label {
font-size: 1rem !important;
}
.q-option-group > div {
margin-bottom: 8px;
}