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
e21c5c1414c934c11de3e31c4d428484977f2fe0
e21c5c1414c934c11de3e31c4d428484977f2fe0
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
;
}
}
}