Skip to content

Commit

Permalink
Working on assets comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Oct 31, 2017
1 parent 037a392 commit 32c3a15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion resources/assets/sass/_variables.scss
@@ -1 +1,4 @@
$primary: #ccc;
// Colors
// =================================================
$white: #fff;
$primary: #153FA6;
8 changes: 5 additions & 3 deletions resources/assets/sass/app.scss
@@ -1,7 +1,9 @@
// Start by including your theme specific
// settings, variables, mixins and functions.
// Variables
// =================================================
@import 'variables';

// Demo
// =================================================
// Delete demo styles below and you are ready
// to start building your theme styling.
* {
Expand Down Expand Up @@ -29,6 +31,7 @@ body {

.header {
padding: 3em;
color: $white;
background-color: $primary;
}

Expand All @@ -48,7 +51,6 @@ body {
}

.footer {
border-top: 2px solid $primary;
padding-top: 1em;

ul {
Expand Down

0 comments on commit 32c3a15

Please sign in to comment.