Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit 32c3a15

Browse files
Working on assets comments
1 parent 037a392 commit 32c3a15

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

resources/assets/sass/_variables.scss

+4-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
$primary: #ccc;
1+
// Colors
2+
// =================================================
3+
$white: #fff;
4+
$primary: #153FA6;

resources/assets/sass/app.scss

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
// Start by including your theme specific
2-
// settings, variables, mixins and functions.
1+
// Variables
2+
// =================================================
33
@import 'variables';
44

5+
// Demo
6+
// =================================================
57
// Delete demo styles below and you are ready
68
// to start building your theme styling.
79
* {
@@ -29,6 +31,7 @@ body {
2931

3032
.header {
3133
padding: 3em;
34+
color: $white;
3235
background-color: $primary;
3336
}
3437

@@ -48,7 +51,6 @@ body {
4851
}
4952

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

5456
ul {

0 commit comments

Comments
 (0)