Skip to content
Snippets Groups Projects
Commit b1d9ccaa authored by Martin Leblanc's avatar Martin Leblanc Committed by Kevin Paxman
Browse files

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

parent 58727202
No related branches found
No related tags found
1 merge request!60ISTWCMS-5960: M26lebla Adjusted z-index level of site title
......@@ -64,6 +64,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;
......
......@@ -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 {
......
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