From f7d87e7bf12664ec6a14bcebfb99ceb1339469d9 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Mon, 5 Aug 2019 01:19:05 +0300 Subject: [PATCH] Intro styles adapted to the latest changes in common --- src/routes/Intro/styles.less | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/routes/Intro/styles.less b/src/routes/Intro/styles.less index 8c2f09ff3..06c90a119 100644 --- a/src/routes/Intro/styles.less +++ b/src/routes/Intro/styles.less @@ -26,7 +26,6 @@ justify-content: center; width: 100%; padding: 0 1rem; - cursor: pointer; .icon { flex: none; @@ -107,7 +106,6 @@ flex-shrink: 1; padding: 0.5rem 0.3rem; color: var(--color-surfacelight); - cursor: pointer; &:hover { text-decoration: underline; @@ -136,13 +134,13 @@ margin: 1rem 0; background-color: var(--color-primarydark); - .label { - font-size: 1.2rem; - } - &:hover { background-color: var(--color-primary); } + + .label { + font-size: 1.2rem; + } } .guest-login-button {