mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Updated design settings sidenav
This commit is contained in:
parent
4eabfd3093
commit
fbaf172c05
@ -1429,7 +1429,7 @@ p.theme-validation-details {
|
||||
padding: 8px 16px;
|
||||
color: var(--black);
|
||||
font-size: 1.5rem;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
line-height: 1.3em;
|
||||
border-radius: var(--border-radius);
|
||||
}
|
||||
@ -1438,11 +1438,6 @@ p.theme-validation-details {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.gh-nav-design .gh-nav-menu-title:focus,
|
||||
.gh-nav-design .gh-nav-menu-title.active {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.gh-nav-design-tab {
|
||||
display: flex;
|
||||
flex-grow: 1;
|
||||
@ -1463,7 +1458,7 @@ p.theme-validation-details {
|
||||
|
||||
.gh-nav-design-tab.active {
|
||||
color: var(--black);
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
}
|
||||
|
||||
@ -1476,22 +1471,17 @@ p.theme-validation-details {
|
||||
align-items: center;
|
||||
color: var(--black);
|
||||
font-size: 1.5rem;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.gh-nav-design-tab:not(.active):hover {
|
||||
background: var(--mainmenu-color-hover-bg);
|
||||
}
|
||||
|
||||
.gh-nav-bottom .gh-nav-design-tab:focus span,
|
||||
.gh-nav-bottom .gh-nav-design-tab.active span {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.gh-nav-bottom .gh-nav-design-tab .active-theme {
|
||||
color: var(--midgrey);
|
||||
font-size: 1.3rem;
|
||||
font-weight: 400 !important;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.gh-nav-design .gh-nav-list {
|
||||
|
Loading…
Reference in New Issue
Block a user