Fixes modal button margin and focus border on toolbar buttons

This commit is contained in:
mabashian 2019-02-20 13:28:06 -05:00
parent 56bd145f21
commit 87d9df5876

View File

@ -159,6 +159,14 @@
.awx-c-modal.pf-c-modal-box {
margin: 0;
width: 600px;
.pf-c-modal-box__body {
overflow: visible;
}
.pf-c-modal-box__footer > .pf-c-button:not(:last-child) {
margin-right: 20px;
}
}
.pf-c-modal-box__footer {