Removed live indicator + began to write graphics menu
This commit is contained in:
12
client/components/divider/horizontal_divider.css
Normal file
12
client/components/divider/horizontal_divider.css
Normal file
@ -0,0 +1,12 @@
|
||||
.horizontal-divider-container{
|
||||
width: 100%;
|
||||
height: 10px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.horizontal-divider{
|
||||
height: 2px;
|
||||
width: 80%;
|
||||
background-color:black;
|
||||
margin: auto;
|
||||
}
|
Reference in New Issue
Block a user