Skip to content

Commit b945b87

Browse files
move components
1 parent 2cc2c32 commit b945b87

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"build:prod": "ng build --prod",
1111
"test": "ng test",
1212
"lint": "ng lint",
13-
"e2e": "ng e2e",
14-
"serve:prod": "cd ./dist && http-server",
13+
"e2e": "ng e2e",
14+
"serve:prod": "cd ./dist && http-server",
15+
"clean": "rimraf dist",
1516
"regenerate": "ng new angular-labs --style scss --routing --service-worker"
1617
},
1718
"private": true,
@@ -51,6 +52,7 @@
5152
"karma-jasmine": "~1.1.0",
5253
"karma-jasmine-html-reporter": "^0.2.2",
5354
"protractor": "~5.1.2",
55+
"rimraf": "^2.6.2",
5456
"ts-node": "~3.2.0",
5557
"tslint": "~5.7.0",
5658
"typescript": "~2.5.3"

src/app/areas/nav/nav.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ $nav-bg-color: rgba($cod-gray, 0.75) !default;
1313
.app-version {
1414
position: absolute;
1515
cursor: default;
16-
right: -10px;
17-
top: -8px;
16+
right: -15px;
17+
top: -6px;
1818
color: $text-diffuse-color;
1919
font-size: $font-size-xxs;
2020
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
@import "activity";
2+
@import "layout";
3+
@import "reset";
14
@import "typography";
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/styles.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
/* You can add global styles to this file, and also import other style files */
22
@import "~bootstrap/dist/css/bootstrap.min.css";
33
@import "~font-awesome/css/font-awesome.css";
4-
@import "components/components";
5-
@import "reset";
6-
@import "layout";
7-
@import "activity";
4+
@import "components/components";

0 commit comments

Comments
 (0)