aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/css/itcss/components/header.scss')
-rw-r--r--ui/app/css/itcss/components/header.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/header.scss b/ui/app/css/itcss/components/header.scss
index f722e8bf5..a6332f819 100644
--- a/ui/app/css/itcss/components/header.scss
+++ b/ui/app/css/itcss/components/header.scss
@@ -27,6 +27,10 @@
bottom: -32px;
}
}
+
+ .metafox-icon {
+ cursor: pointer;
+ }
}
.app-header-contents {
@@ -58,6 +62,7 @@
text-transform: uppercase;
font-weight: 400;
color: #22232c; // $shark
+ line-height: 29px;
@media screen and (max-width: 575px) {
display: none;
@@ -81,6 +86,7 @@ h2.page-subtitle {
display: flex;
flex-direction: row;
align-items: center;
+ cursor: pointer;
}
.header__right-actions {