50 lines
1.2 KiB
CSS
50 lines
1.2 KiB
CSS
.input-card {
|
|
width: 100%;
|
|
background: var(--mud-palette-background-gray);
|
|
border-radius: 9px;
|
|
padding: .5rem 1rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
|
|
.input-card ::deep > .divider { margin: 0 !important; }
|
|
|
|
.form-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
min-height: 35px;
|
|
}
|
|
|
|
.form-container > span {
|
|
font-weight: 600;
|
|
width: 50%;
|
|
}
|
|
|
|
.dateTime-picker {
|
|
display: flex;
|
|
gap: .3rem;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
/*Custom mudBlazor*/
|
|
|
|
.form-container ::deep .mud-input.mud-input-underline:before { border-bottom: none !important; }
|
|
|
|
.form-container ::deep .mud-input.mud-input-underline:after { border-bottom: none !important; }
|
|
|
|
.form-container.text-align-end ::deep .mud-input-slot { text-align: end; }
|
|
|
|
.input-card ::deep .mud-input.mud-input-underline:before { border-bottom: none !important; }
|
|
|
|
.input-card ::deep .mud-input.mud-input-underline:after { border-bottom: none !important; }
|
|
|
|
.form-container ::deep .customIcon-select .mud-icon-root.mud-svg-icon {
|
|
rotate: 90deg !important;
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
.input-card ::deep .mud-input {
|
|
width: 100%;
|
|
font-weight: 500;
|
|
} |