mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-12 23:24:35 +01:00
top bar
This commit is contained in:
10
src/ui/components/TopBar.css
Normal file
10
src/ui/components/TopBar.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.TopBar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
width: 100%;
|
||||
height: 34px;
|
||||
background-color: #141414;
|
||||
z-index: 1;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user