mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Remove extends
This commit is contained in:
parent
e7b07895e2
commit
fbfc1f1243
@ -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…
Reference in New Issue
Block a user