Initial commit
This commit is contained in:
15
code/UI/MenuComponents/LuckerButton.razor.scss
Normal file
15
code/UI/MenuComponents/LuckerButton.razor.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
LuckerButton {
|
||||
div {
|
||||
&.lucker-button {
|
||||
z-index: 11;
|
||||
cursor: pointer;
|
||||
background-color: gray;
|
||||
padding: 5px;
|
||||
border-radius: 10px;
|
||||
|
||||
:hover {
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user