SPACEBROWSER_INTERFACE/interface_072825/master_styles/COMPONENT SCSS/SmartItemReleaseForm.scss

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;
}
}