Style setup

This commit is contained in:
2020-01-02 15:32:45 +01:00
parent 396e6b5f00
commit 635576847d
13 changed files with 331 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/* ==========================================================================
FOOTER
========================================================================== */
.footer {
}

View File

@@ -0,0 +1,6 @@
/* ==========================================================================
HEADER
========================================================================== */
.header {
}

View File

@@ -0,0 +1,6 @@
/* ==========================================================================
MAIN
========================================================================== */
.main {
}

View File

@@ -0,0 +1,6 @@
/* ==========================================================================
NAVIGATION
========================================================================== */
.nav {
}

View File

@@ -0,0 +1,5 @@
/* RULE
========================================================================== */
// @media only screen and (max-width: $screen-tab-port) {
// }