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
Today KU
Commits
54044c94
Commit
54044c94
authored
Nov 01, 2021
by
Kim, Subin
Browse files
Monthly css 변경
parent
13ecba13
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Calendar/Monthly.js
View file @
54044c94
...
...
@@ -99,7 +99,7 @@ const Monthly = () => {
timeZone
=
"
local
"
themeSystem
=
'
bootstrap
'
// eventLimit="true"
height
=
'
7
8vh
'
height
=
'
8
0
vh
'
/>
<
DatePickerModal
initialDate
=
{
initialDate
}
changeDate
=
{
changeDate
}
setChangeDate
=
{
setChangeDate
}
show
=
{
show
}
setShow
=
{
setShow
}
/
>
<
/
>
...
...
client/src/scss/custom.scss
View file @
54044c94
...
...
@@ -114,13 +114,18 @@ button {
}
}
&
.fc-daygrid-day-top
{
flex-direction
:
row
!
important
;
}
&
.fc-day-today
{
background-color
:
#fff
!
important
;
&
.fc-daygrid-day-number
{
border-radius
:
13
px
;
border-radius
:
40
px
;
background-color
:
crimson
;
color
:
#fff
;
margin-top
:
3px
;
}
}
...
...
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