mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Refined the admin UI of the announcement bar
closes https://github.com/TryGhost/Team/issues/3098
This commit is contained in:
parent
0751ff9e9d
commit
9f93c7b205
@ -1,4 +1,4 @@
|
|||||||
<div class="gh-stack-item {{if (eq @index 0) "gh-setting-first" "gh-setting"}}">
|
<div class="gh-stack-item gh-setting-last">
|
||||||
<div class="flex-grow-1">
|
<div class="flex-grow-1">
|
||||||
<label class="gh-setting-title gh-theme-setting-title" for="logged-out">
|
<label class="gh-setting-title gh-theme-setting-title" for="logged-out">
|
||||||
Visibility
|
Visibility
|
||||||
|
@ -2062,6 +2062,18 @@ p.theme-validation-details {
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gh-nav-design .for-checkbox .input-toggle-component {
|
||||||
|
background-color: var(--white);
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-nav-design .kg-settings-panel-control-input {
|
||||||
|
margin-right: -4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.gh-nav-design .kg-settings-headerstyle-btn-group .kg-headerstyle-btn-light {
|
||||||
|
border-color: color-mod(var(--lightgrey) l(-5%) s(-10%));
|
||||||
|
}
|
||||||
|
|
||||||
.gh-theme-setting-title {
|
.gh-theme-setting-title {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user