mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed alignment of plus button in error state
This commit is contained in:
parent
c9cdb6cb1e
commit
c38111aa5c
1 changed files with 8 additions and 0 deletions
|
@ -503,6 +503,14 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-product-benefits .gh-blognav-item.gh-blognav-item--error {
|
||||||
|
align-items: start;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-blognav-item--error button.gh-blognav-add {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-product-benefits .gh-blognav-label {
|
.gh-product-benefits .gh-blognav-label {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue