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
+6
View File
@@ -0,0 +1,6 @@
/* ==========================================================================
FOOTER
========================================================================== */
.footer {
}
+6
View File
@@ -0,0 +1,6 @@
/* ==========================================================================
HEADER
========================================================================== */
.header {
}
+6
View File
@@ -0,0 +1,6 @@
/* ==========================================================================
MAIN
========================================================================== */
.main {
}
+6
View File
@@ -0,0 +1,6 @@
/* ==========================================================================
NAVIGATION
========================================================================== */
.nav {
}
+5
View File
@@ -0,0 +1,5 @@
/* RULE
========================================================================== */
// @media only screen and (max-width: $screen-tab-port) {
// }