From f811ba105cdecb406aed92a7e5838634de53fd0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Wed, 12 Apr 2023 16:32:42 +0200 Subject: [PATCH] croix: remove leftover default variables (#76562) --- static/croix/_vars.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/croix/_vars.scss b/static/croix/_vars.scss index 1d4e30de..ea142763 100644 --- a/static/croix/_vars.scss +++ b/static/croix/_vars.scss @@ -28,7 +28,6 @@ $footer-link-color: white; $title-color: $blue-2; $title-background: transparent; -$title-font-style: normal !default; $title-font-size: $font-size-4; $title-weight: bold; $title-transform: uppercase; @@ -60,19 +59,14 @@ $cell-border: none; $cell-border-radius: 0; $cell-color: black; -$cell-title-cover-border: true !default; $cell-entry-font-weight: 600; $cell-entry-hover-color: white; $cell-entry-hover-background: $blue-2; $cell-entry-border: none; // widgets - -$form-accent-color: null !default; -$error-color: red !default; $button-background: $blue-2; $button-color: white; -$button-border: 1px solid transparent !default; $button-hover-background: $blue-2; $button-hover-color: white; $button-border-radius: $border-radius-1;