Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
d9815450
Commit
d9815450
authored
Jul 03, 2021
by
Kim, Subin
Browse files
custom color
parent
10438a1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/scss/custom.scss
View file @
d9815450
$ButterYellow
:
#FEDC00
;
@import
"~bootstrap/scss/functions"
;
@import
"~bootstrap/scss/variables"
;
@import
"~bootstrap/scss/mixins"
;
$custom-colors
:
(
"ButterYellow"
:
$ButterYellow
);
$theme-colors
:
map-merge
(
$theme-colors
,
$custom-colors
);
@import
'~bootstrap/scss/bootstrap.scss'
;
@import
'~bootstrap-icons/font/bootstrap-icons'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment