mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 03:04:05 +00:00
12 lines
205 B
Plaintext
12 lines
205 B
Plaintext
.navbar {
|
|
padding-top: @spacer-4;
|
|
padding-top: @spacer-4;
|
|
background-color: @color-black;
|
|
}
|
|
|
|
.navbar-content {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|