First complete upload on nas
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
.symbol {
|
||||
display: inline-block;
|
||||
border-radius: 50%;
|
||||
border: 5px double white;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.symbol-empty {
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.symbol-filled {
|
||||
background-color: black;
|
||||
}
|
||||
Reference in New Issue
Block a user