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
eue
Commits
1babfe34
Commit
1babfe34
authored
Jul 08, 2021
by
Spark
Committed by
KangMin An
Jul 19, 2021
Browse files
footer 수정 완료, btn variant='light' 추가, 카카오 토큰 받아오기 추가
parent
e8659e4a
Changes
21
Hide whitespace changes
Inline
Side-by-side
client/src/scss/custom.scss
deleted
100644 → 0
View file @
e8659e4a
@import
"~bootstrap/scss/functions"
;
$primary
:
#6FCBFE
;
$secondary
:
#F1D8BA
;
$info
:
#DBEBF8
;
$warning
:
#F2B705
;
$GrayishSkyBlue
:
#739DB6
;
$MinDarkBlue
:
#59b7e3
;
$Gray
:
#adb5bd
;
$LotusSky
:
#E3F0FC
;
$LightGray
:
#e0e0e0
;
$maingreen
:
rgb
(
110
,
189
,
142
);
@import
"~bootstrap/scss/variables"
;
@import
"~bootstrap/scss/mixins"
;
$custom-colors
:
(
"GrayishSkyBlue"
:
$GrayishSkyBlue
,
"MinDarkBlue"
:
$MinDarkBlue
,
"Gray"
:
$Gray
,
"LotusSky"
:
$LotusSky
,
"LightGray"
:
$LightGray
);
$theme-colors
:
map-merge
(
$theme-colors
,
$custom-colors
);
@import
'~bootstrap/scss/bootstrap.scss'
;
.card-header
{
background-color
:
$info
!
important
;
color
:
$GrayishSkyBlue
;
}
.btn-primary
:hover
{
background-color
:
$secondary
!
important
;
border-color
:
$secondary
!
important
;
}
.btn-Gray
:hover
{
background-color
:
$secondary
!
important
;
border-color
:
$secondary
!
important
;
}
.dropdown-item
:hover
{
background-color
:
$GrayishSkyBlue
!
important
;
color
:
#fff
!
important
;
}
.page-link
:focus
{
box-shadow
:
none
;
}
// @import '~bootstrap-icons/font/bootstrap-icons';
// @media screen and (max-width: 768px) {
// .table > :not(caption) > * > * {
// border-bottom-width: 0;
// }
// }
\ No newline at end of file
Prev
1
2
Next
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