diff --git a/core/client/app/styles/components/modals.scss b/core/client/app/styles/components/modals.scss index ef9f59447a..fc7484e710 100644 --- a/core/client/app/styles/components/modals.scss +++ b/core/client/app/styles/components/modals.scss @@ -48,7 +48,8 @@ // Inner Container // -------------------------------------------------- -.modal { +.modal, +.modal-action { left: 50%; right: auto; z-index: 1050; @@ -75,7 +76,6 @@ }//.modal .modal-action { - @extend .modal; padding: 60px 0 30px; @media (max-width: 900px) { @@ -141,10 +141,6 @@ margin-top: 20px; text-align: right; // Used instead of floats as they invert the order - .reject-button-class { - @extend .btn; - } - button { margin-left: 8px; } diff --git a/core/client/app/styles/patterns/tables.scss b/core/client/app/styles/patterns/tables.scss index fdf6867ed2..6c3c6fc80b 100644 --- a/core/client/app/styles/patterns/tables.scss +++ b/core/client/app/styles/patterns/tables.scss @@ -13,7 +13,7 @@ // Minimal styling table, -%table { +.table { margin: 1.6em 0;; width: 100%; max-width: 100%; @@ -37,8 +37,6 @@ table, .table { - @extend %table; - th, td { border-top: 1px solid #e1e1e1; @@ -76,4 +74,4 @@ table, background: transparent; } } -}//.table \ No newline at end of file +}//.table