list sitekey: copy sitekey

This commit is contained in:
realaravinth
2021-07-15 18:07:12 +05:30
parent 97db774e70
commit 863d22f62c
25 changed files with 369 additions and 224 deletions

View File

@@ -57,7 +57,7 @@
}
.secondary-menu__heading:hover {
color: $green;
cursor: grab;
cursor: pointer;
}
.secondary-menu__logo {
@@ -99,7 +99,7 @@
.secondary-menu__item-link:hover {
color: $green;
cursor: grab;
cursor: pointer;
filter: invert(58%) sepia(60%) saturate(331%) hue-rotate(76deg)
brightness(91%) contrast(92%);
}

View File

@@ -34,7 +34,7 @@
}
.nav__hamburger-menu:hover {
cursor: grab;
cursor: pointer;
}
.nav__hamburger-menu:hover > span {
@@ -75,5 +75,5 @@
.secondary-menu__brand-name:hover {
color: $light-text;
cursor: grab;
cursor: pointer;
}