changeset 543e2cbff821 in www.tryton.org:default
details: https://hg.tryton.org/www.tryton.org?cmd=changeset;node=543e2cbff821
description:
        Add border on btn-secondary
diffstat:

 sass/content/_component.scss |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r b3e2e6638b57 -r 543e2cbff821 sass/content/_component.scss
--- a/sass/content/_component.scss      Thu May 09 19:26:20 2019 +0200
+++ b/sass/content/_component.scss      Mon May 13 10:37:17 2019 +0200
@@ -30,6 +30,8 @@
 }
 
 .btn-secondary {
+  border-color: $light;
+
   &:hover,
   &:focus,
   &:active {

Reply via email to