Move clone button to the left

This commit is contained in:
Bogdan
2023-09-04 11:00:37 +03:00
parent 098be3cff6
commit fe9cad5697
3 changed files with 31 additions and 13 deletions
@@ -40,3 +40,16 @@
.tabContent {
margin-top: 20px;
}
.modalFooter {
composes: modalFooter from '~Components/Modal/ModalFooter.css';
justify-content: space-between;
}
@media only screen and (max-width: $breakpointExtraSmall) {
.modalFooter {
flex-direction: column;
gap: 10px;
}
}