22 lines
305 B
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;
|
|
}
|
|
}
|