moved all css files to module files to seperate into namespaces and prevent name overlaps
This commit is contained in:
21
src/pages/Player/Player.module.css
Normal file
21
src/pages/Player/Player.module.css
Normal file
@ -0,0 +1,21 @@
|
||||
.closebutton {
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: 10px;
|
||||
padding: 5px 15px 5px 15px;
|
||||
background-color: #FF0000;
|
||||
margin-top: 25px;
|
||||
margin-left: 25px;
|
||||
}
|
||||
|
||||
.videowrapper {
|
||||
margin-left: 20px;
|
||||
display: block;
|
||||
float: left;
|
||||
width: 60%;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
.videoactions {
|
||||
margin-top: 15px;
|
||||
}
|
Reference in New Issue
Block a user