mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Remove extends
This commit is contained in:
parent
3bf189ec67
commit
6d8989315a
2 changed files with 4 additions and 10 deletions
|
@ -48,7 +48,8 @@
|
||||||
// Inner Container
|
// Inner Container
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
.modal {
|
.modal,
|
||||||
|
.modal-action {
|
||||||
left: 50%;
|
left: 50%;
|
||||||
right: auto;
|
right: auto;
|
||||||
z-index: 1050;
|
z-index: 1050;
|
||||||
|
@ -75,7 +76,6 @@
|
||||||
}//.modal
|
}//.modal
|
||||||
|
|
||||||
.modal-action {
|
.modal-action {
|
||||||
@extend .modal;
|
|
||||||
padding: 60px 0 30px;
|
padding: 60px 0 30px;
|
||||||
|
|
||||||
@media (max-width: 900px) {
|
@media (max-width: 900px) {
|
||||||
|
@ -141,10 +141,6 @@
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
text-align: right; // Used instead of floats as they invert the order
|
text-align: right; // Used instead of floats as they invert the order
|
||||||
|
|
||||||
.reject-button-class {
|
|
||||||
@extend .btn;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
// Minimal styling
|
// Minimal styling
|
||||||
|
|
||||||
table,
|
table,
|
||||||
%table {
|
.table {
|
||||||
margin: 1.6em 0;;
|
margin: 1.6em 0;;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
@ -37,8 +37,6 @@ table,
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
|
|
||||||
@extend %table;
|
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
border-top: 1px solid #e1e1e1;
|
border-top: 1px solid #e1e1e1;
|
||||||
|
@ -76,4 +74,4 @@ table,
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}//.table
|
}//.table
|
||||||
|
|
Loading…
Add table
Reference in a new issue