mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Fix up Labs Styling
No Issue - Fixes import button not same height as upload button - Fixes no space between import and upload on mobile
This commit is contained in:
parent
c4cc5d5b8d
commit
19bdb64efc
1 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
// * Custom Permalinks
|
// * Custom Permalinks
|
||||||
// * Navigation
|
// * Navigation
|
||||||
// * Code Injection
|
// * Code Injection
|
||||||
|
// * Labs
|
||||||
// ------------------------------------------------------------
|
// ------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
@ -553,3 +554,15 @@
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//
|
||||||
|
// Labs
|
||||||
|
// --------------------------------------------------
|
||||||
|
|
||||||
|
#startupload {
|
||||||
|
line-height: inherit;
|
||||||
|
|
||||||
|
@media (max-width: 400px) {
|
||||||
|
margin-top: 5px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue