WIP
This commit is contained in:
30
src/ui/components/Moves.css
Normal file
30
src/ui/components/Moves.css
Normal file
@@ -0,0 +1,30 @@
|
||||
.moves {
|
||||
font-size: 1.4rem;
|
||||
font-family: "Fira Mono";
|
||||
text-align: left;
|
||||
/* height: 85vh; */
|
||||
}
|
||||
|
||||
.move {
|
||||
display: inline-block;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.move__id {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
text-align: right;
|
||||
margin-right: 10px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.move__ply {
|
||||
display: inline-block;
|
||||
width: 60px;
|
||||
color: rgb(0, 173, 136);
|
||||
}
|
||||
|
||||
.move__ply:hover {
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user