mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-03-06 00:00:51 +00:00
(front end prep for Purchasing Tickets module)
This commit is contained in:
11
resources/assets/less/navbar.less
Normal file
11
resources/assets/less/navbar.less
Normal file
@@ -0,0 +1,11 @@
|
||||
.navbar {
|
||||
padding-top: @spacer-4;
|
||||
padding-top: @spacer-4;
|
||||
background-color: @color-black;
|
||||
}
|
||||
|
||||
.navbar-content {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
Reference in New Issue
Block a user