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
711c9c4202fa64784b0d87bf13851fc7bbc4a0aa
711c9c4202fa64784b0d87bf13851fc7bbc4a0aa
Switch branch/tag
butter-studio
client
src
components
TicketingTheater
ticketingTheater.module.scss
Find file
Normal view
History
Permalink
ticketingTheater.module.scss
131 Bytes
Edit
Web IDE
Newer
Older
0719ticketing
Jiwon Yoon
committed
Jul 19, 2021
1
2
3
4
5
6
7
8
9
.btn
{
background
:black
;
color
:white
;
border
:
0
;
&
:focus
{
background
:
white
;
color
:
black
;
}
}