mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
Component fixes in Admin X DS
refs. https://github.com/TryGhost/Team/issues/3150
This commit is contained in:
parent
f0ef0cd54f
commit
ece42c7e26
@ -1,3 +1,4 @@
|
||||
import Heading from './admin-x-ds/global/Heading';
|
||||
import Settings from './components/Settings';
|
||||
import Sidebar from './components/Sidebar';
|
||||
|
||||
@ -17,7 +18,7 @@ function App() {
|
||||
|
||||
{/* Sidebar */}
|
||||
<div className="relative grow-0 md:sticky md:top-[8vmin] md:basis-[240px]">
|
||||
<h1 className="font-inter text-5xl">Settings</h1>
|
||||
<Heading>Settings</Heading>
|
||||
<Sidebar />
|
||||
</div>
|
||||
<div className="flex-auto pt-[3vmin] md:pt-[72px]">
|
||||
|
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply text-4xl leading-supertight;
|
||||
@apply text-5xl leading-supertight;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
h1 {
|
||||
@apply text-4xl leading-supertight;
|
||||
@apply text-5xl leading-supertight;
|
||||
}
|
||||
|
||||
h2 {
|
||||
|
@ -113,6 +113,7 @@ module.exports = {
|
||||
12: '4.8rem',
|
||||
14: '5.6rem',
|
||||
16: '6.4rem',
|
||||
18: '7.2rem',
|
||||
20: '8rem',
|
||||
24: '9.6rem',
|
||||
28: '11.2rem',
|
||||
|
Loading…
Reference in New Issue
Block a user