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>
|
||||
<span>{{@data.publishOptions.selectedPublishTypeOption.display}}</span>
|
||||
</dd.Trigger>
|
||||
<dd.Content>
|
||||
<dd.Content class="gh-publish-setting-dropdown">
|
||||
<fieldset>
|
||||
{{#each @data.publishOptions.publishTypeOptions as |option|}}
|
||||
<div class="radio-button">
|
||||
|
|
|
@ -434,7 +434,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
max-width: 740px;
|
||||
width: 740px;
|
||||
margin: 0 auto 8rem;
|
||||
padding-top: 11vw;
|
||||
}
|
||||
|
@ -455,11 +455,14 @@
|
|||
}
|
||||
|
||||
.gh-publish-setting {
|
||||
display: inline-block;
|
||||
padding: 4px 8px;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
height: 38px;
|
||||
padding: 0 8px;
|
||||
font-weight: 600;
|
||||
white-space: nowrap;
|
||||
background: var(--whitegrey);
|
||||
cursor: pointer;
|
||||
background: var(--whitegrey-l1);
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
|
||||
|
@ -467,6 +470,21 @@
|
|||
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 {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Reference in a new issue