Skip to content
Snippets Groups Projects
Commit 15186562 authored by Kevin Paxman's avatar Kevin Paxman
Browse files

Merge branch 'feature/ISTWCMS-5960-m26lebla-site-title-clickable-narrow-width' into '1.0.x'

ISTWCMS-5960: M26lebla Adjusted z-index level of site title

See merge request !60
parents 58727202 eae99cfc
No related branches found
No related tags found
1 merge request!60ISTWCMS-5960: M26lebla Adjusted z-index level of site title
......@@ -54,6 +54,8 @@ $site-name-bg: var(--gray-2);
.uw-header__nav{
@include uw-full-width;
background-color: $site-name-bg;
position: relative;
z-index: var(--layer-header);
}
.uw-header__center{
@include uw-contained-width;
......@@ -64,6 +66,8 @@ $site-name-bg: var(--gray-2);
display: grid;
grid-template-columns: auto var(--size-8);
padding: 0;
position: relative;
z-index: var(--layer-overlay);
}
.uw-header__site-name{
grid-column: 1 / 2;
......
......@@ -6,7 +6,7 @@
top: var(--size-8);
width: 100%;
&:focus-within {
z-index: var(--layer-overlay);
z-index: var(--layer-drawer);
}
@media(min-width: $screen-md) {
......@@ -189,7 +189,7 @@
vertical-align: top;
white-space: normal;
width: 2.125rem;
z-index: gesso-z-index(content);
z-index: var(--layer-content);
}
}
}
......@@ -283,7 +283,6 @@
width: 2.125rem;
}
.uw-input {
&.uw-input--checkboxform {
display: block;
......@@ -426,11 +425,12 @@
}
&:focus-within {
@media(min-width: $screen-md) {
.uw-input--search {
transition: width 0.3s ease;
width: 1var(--size-8);
width: var(--size-8);
&:hover {
~ .button--submit {
......
......@@ -8,7 +8,7 @@
width: 100%;
&:focus-within {
z-index: var(--layer-overlay);
z-index: var(--layer-drawer);
}
@media(min-width: $screen-md) {
......@@ -211,7 +211,7 @@
height: 2.25rem;
line-height: 1.25rem;
overflow: hidden;
padding: gesso-spacing(xs);
padding: var(--size-1);
position: relative;
transition: all 0.3s ease;
@media(min-width: $screen-md) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment