Modal footer button layout styles.

feature/appm-store/pbac
Menaka Jayawardena 7 years ago
parent ead3c74fe4
commit 97afd6386c

@ -470,12 +470,22 @@ body {
overflow-y: auto; overflow-y: auto;
} }
.custom-footer {
justify-content: inherit !important;
margin: 0 !important;
}
.footer-main-btn {
display: flex;
justify-content: flex-end;
}
#img-btn-screenshot { #img-btn-screenshot {
margin: 0 5px 0 5px; margin: 0 5px 0 5px;
} }
#app-create-modal { #app-create-modal {
max-width: 700px; max-width: 850px;
border-radius: 0% !important; border-radius: 0% !important;
} }
@ -512,7 +522,7 @@ body {
float: left; float: left;
} }
#app-release-switch-switch { #app-release-switch {
position: absolute; position: absolute;
right: 10px; right: 10px;
} }

Loading…
Cancel
Save