Began to add global toolbar
This commit is contained in:
13
client/components/divider/divider.css
Normal file
13
client/components/divider/divider.css
Normal file
@@ -0,0 +1,13 @@
|
||||
.divider-container{
|
||||
width: 10px;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.divider{
|
||||
width: 2px;
|
||||
height: 80%;
|
||||
background-color:white;
|
||||
}
|
||||
Reference in New Issue
Block a user