From 8481b9713c3f751c7e013cc3b57b928d8a4d3c32 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Thu, 9 Jul 2020 11:23:29 +0200 Subject: [PATCH] hautes-alpes-2018: remove 'or' on login & registration pages (#40997) --- static/hautes-alpes-2018/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/hautes-alpes-2018/_vars.scss b/static/hautes-alpes-2018/_vars.scss index 5808911d..e357d258 100644 --- a/static/hautes-alpes-2018/_vars.scss +++ b/static/hautes-alpes-2018/_vars.scss @@ -43,7 +43,7 @@ $nav-item-hover-background: $button-background; $cell-background: #EFEFEF; $cell-entry-hover-background: #FFCB20; -$cell-border: none; +$cell-border: 0; $cell-entry-color: #202020; $inner-div-margin: 1.5rem 0.5rem; $block-padding: 1em;