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
dbc0e71e1f615daf5fc9b09e4f444b366189aede
dbc0e71e1f615daf5fc9b09e4f444b366189aede
Switch branch/tag
today-ku
client
src
pages
Admin
admin.module.scss
Find file
Normal view
History
Permalink
admin.module.scss
146 Bytes
Edit
Web IDE
Newer
Older
AdminPage status 추가
Kim, Subin
committed
Oct 14, 2021
1
2
3
4
5
6
7
8
9
10
11
12
.status
{
top
:
5px
;
right
:
3px
;
&
.cursor
{
cursor
:
pointer
;
&
:hover
{
color
:
crimson
;
}
}
}