Commit 95e65684 authored by Frank Sierra's avatar Frank Sierra Committed by Clement Ho

Fixes sign up active state underline misalignment

parent ac9c3da0
......@@ -128,6 +128,7 @@
a {
width: 100%;
font-size: 18px;
margin-right: 0;
&:hover {
border: 1px solid transparent;
......@@ -140,6 +141,7 @@
a {
border: none;
border-bottom: 2px solid $link-underline-blue;
margin-right: 0;
color: $black;
&:hover {
......
---
title: Fixes "sign in / Register" active state underline misalignment
merge_request: 11890
author: Frank Sierra
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment