mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
feat(Modal): add modal border variable and update themed styles
This commit is contained in:
@@ -14,6 +14,7 @@ $modal-background: 'modal-background';
|
||||
$modal-text: 'modal-text';
|
||||
$modal-sidebar: 'modal-sidebar';
|
||||
$modal-sidebarActive: 'modal-sidebarActive';
|
||||
$modal-border: 'modal-border';
|
||||
$link: 'link';
|
||||
$weather: 'weather';
|
||||
$modal-secondaryColour: 'modal-secondaryColour';
|
||||
@@ -67,6 +68,7 @@ $themes: (
|
||||
'modal-sidebar': #feffff,
|
||||
'modal-sidebarActive': #f5f5f5,
|
||||
'modal-secondaryColour': #fafafa,
|
||||
'modal-border': rgba(0, 0, 0, 0.10),
|
||||
'link': #ff5c25,
|
||||
'slightGradient': linear-gradient(#fff, #ddd),
|
||||
),
|
||||
@@ -84,6 +86,7 @@ $themes: (
|
||||
'modal-sidebar': #151515,
|
||||
'modal-sidebarActive': #262626,
|
||||
'modal-secondaryColour': #111,
|
||||
'modal-border': rgba(255, 255, 255, 0.10),
|
||||
'link': #ff5c25,
|
||||
'slightGradient': linear-gradient(#0e1013, #322a2a),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user