From 942466eb686c480133e1b0b8b9a2b975098b5bc4 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Thu, 17 Oct 2019 16:22:11 +0200 Subject: Implement #120 --- src/styles/type.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/styles/type.scss') diff --git a/src/styles/type.scss b/src/styles/type.scss index 135d32da0..e0b27fe34 100644 --- a/src/styles/type.scss +++ b/src/styles/type.scss @@ -39,7 +39,9 @@ a { &.button { background: none; - border: 2px solid $theme-brand-primary; + border-width: 2px; + border-style: solid; + border-color: $theme-brand-primary; border-radius: 3px; color: $theme-brand-primary; display: inline-block; -- cgit v1.2.3-54-g00ecf