Remove extends

This commit is contained in:
John O'Nolan 2015-05-13 11:34:03 +01:00 committed by Hannah Wolfe
parent e7b07895e2
commit fbfc1f1243
2 changed files with 4 additions and 10 deletions

View File

@ -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;
}

View File

@ -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
}//.table