Skip to content

Commit

Permalink
πŸ› Variable $border-color cannot overwritten #103
Browse files Browse the repository at this point in the history
  • Loading branch information
cprodhomme committed Mar 31, 2023
1 parent bc80fcf commit 48372c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/assets/stylesheets/arctic_admin/variables/_colors.scss
Expand Up @@ -19,8 +19,7 @@ $status-tag-background-color: #cacaca !default;
$status-tag-background-valid-color: $success !default;
$status-tag-background-error-color: $error !default;

$border-color: #e4eaec;

$border-color: #e4eaec !default;

// body
$body-background: #eee !default;
Expand All @@ -46,4 +45,4 @@ $text-color-important: #526069 !default;

$box-shadow: 0 0 4px 0 rgba(0,0,0,0.1) !default;

$primary-color: $blue !default;
$primary-color: $blue !default;

0 comments on commit 48372c7

Please sign in to comment.