mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 17:50:32 +00:00
Renamed header to navigation. Added scss mixin for desktop and mobile. Separate mobile and desktop navigation elements. Transparent planetposen logos in assets/
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@import './frontend/styles/variables';
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
@@ -14,4 +15,16 @@
|
||||
.flex-direction-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@include desktop {
|
||||
.mobile-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include mobile {
|
||||
.desktop-only {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user