add border to modal

This commit is contained in:
thecozies 2024-01-28 09:50:51 -06:00 committed by Mr-Wiseguy
parent f6a9a3c520
commit 28104fa76d
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -24,7 +24,7 @@
height: 100%;
background: $color-modal-overlay;
border-radius: $border-radius-modal;
border-color: $color-bg-shadow;
border-color: $color-border;
border-width: $border-width-thickness;
> .tabs {

View File

@ -4,7 +4,7 @@ $color-background-1: #08070D;
$color-background-2: #121018;
$color-background-3: #191622;
$color-bg-overlay: rgba(190, 184, 219, 0.1000);
$color-modal-overlay: rgba(8, 7, 13, 0.8400);
$color-modal-overlay: rgba(8, 7, 13, 0.9000);
$color-bg-shadow: rgba(0, 0, 0, 0.3500);
$color-bg-shadow-2: rgba(8, 7, 13, 0.7200);
$color-text: #F2F2F2;