mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Updated publish settings page
Refs https://github.com/TryGhost/Team/issues/1544
This commit is contained in:
parent
a46d01ca5f
commit
1bef35c9a8
2 changed files with 23 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
||||||
<dd.Trigger>
|
<dd.Trigger>
|
||||||
<span>{{@data.publishOptions.selectedPublishTypeOption.display}}</span>
|
<span>{{@data.publishOptions.selectedPublishTypeOption.display}}</span>
|
||||||
</dd.Trigger>
|
</dd.Trigger>
|
||||||
<dd.Content>
|
<dd.Content class="gh-publish-setting-dropdown">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
{{#each @data.publishOptions.publishTypeOptions as |option|}}
|
{{#each @data.publishOptions.publishTypeOptions as |option|}}
|
||||||
<div class="radio-button">
|
<div class="radio-button">
|
||||||
|
|
|
@ -434,7 +434,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
max-width: 740px;
|
width: 740px;
|
||||||
margin: 0 auto 8rem;
|
margin: 0 auto 8rem;
|
||||||
padding-top: 11vw;
|
padding-top: 11vw;
|
||||||
}
|
}
|
||||||
|
@ -455,11 +455,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-publish-setting {
|
.gh-publish-setting {
|
||||||
display: inline-block;
|
display: inline-flex;
|
||||||
padding: 4px 8px;
|
align-items: center;
|
||||||
|
height: 38px;
|
||||||
|
padding: 0 8px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
background: var(--whitegrey);
|
cursor: pointer;
|
||||||
|
background: var(--whitegrey-l1);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -467,6 +470,21 @@
|
||||||
color: var(--midlightgrey);
|
color: var(--midlightgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-publish-setting-dropdown {
|
||||||
|
top: 46px;
|
||||||
|
min-width: 218px;
|
||||||
|
padding: 4px 16px;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
font-weight: 500;
|
||||||
|
background: var(--white);
|
||||||
|
border-radius: var(--border-radius);
|
||||||
|
box-shadow: var(--box-shadow-m);
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-publish-setting-dropdown fieldset {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.gh-publish-cta {
|
.gh-publish-cta {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue