mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-03 00:58:19 +00:00
Added adminHeader component
This commit is contained in:
19
src/stylesheets/components/_adminHeader.scss
Normal file
19
src/stylesheets/components/_adminHeader.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.adminHeader {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
background-color: white;
|
||||
z-index: 100;
|
||||
|
||||
.adminNav-toggle {
|
||||
position: absolute;
|
||||
left: 13%;
|
||||
color: $primary-colour;
|
||||
font-size: 1.3em;
|
||||
|
||||
@include respond-to('large') {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user