Added topline component and fixed string interpolation
This commit is contained in:
committed by
Eugene Bujak
parent
7451eb1346
commit
ab11c912db
6
client/src/components/ui/Topline.css
Normal file
6
client/src/components/ui/Topline.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.topline {
|
||||
position: relative;
|
||||
z-index: 102;
|
||||
margin-bottom: 0;
|
||||
padding: 0.75rem 0;
|
||||
}
|
||||
Reference in New Issue
Block a user