SPACEBROWSER_INTERFACE/interface_base/master_styles/COMPONENT SCSS/SmartItemReleaseForm.scss
2025-08-07 20:28:59 -04:00

22 lines
305 B
SCSS

.smart-release {
&--type {
&-radio-group {
justify-content: left !important;
}
&-info {
margin-bottom: 24px;
}
}
&--timezone {
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.smart-release--timezone.ant-form-item {
flex-direction: row;
}
}