Added topline component and fixed string interpolation

This commit is contained in:
Ildar Kamalov
2019-01-25 15:18:05 +03:00
committed by Eugene Bujak
parent 7451eb1346
commit ab11c912db
8 changed files with 59 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
.topline {
position: relative;
z-index: 102;
margin-bottom: 0;
padding: 0.75rem 0;
}