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
|
||||
// --------------------------------------------------
|
||||
|
||||
.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;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue