Commit 08a3cc81 authored by Nathan Lisgo's avatar Nathan Lisgo Committed by Lyza Gardner

Ensure that clean theme only has a border-bottom

Without this a border is set in all directions.
parent f96af43d
......@@ -34,7 +34,9 @@
// Give a little more space so that the border appears centered
// between cards
padding-bottom: 1.5em;
border-bottom: 1px solid var.$grey-2;
border: 0 0 1px 0;
border-bottom-style: solid;
border-bottom-color: var.$grey-2;
box-shadow: none;
&:hover {
......
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