diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2d98fee..1b2fa80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,13 +5,12 @@ name: Node.js CI on: push: - branches: [ "master", "development" ] + branches: ['master', 'development'] pull_request: - branches: [ "master", "development" ] + branches: ['master', 'development'] jobs: build: - runs-on: ubuntu-latest strategy: @@ -20,14 +19,14 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v3 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 - with: - node-version: ${{ matrix.node-version }} - cache: 'npm' - - run: npm i -g @angular/cli - - run: npm i -g nx - - run: npm ci - - run: ng lint - - run: ng run-many --all --target=test -- --no-watch --no-progress --browsers=ChromeHeadlessCI + - uses: actions/checkout@v3 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v3 + with: + node-version: ${{ matrix.node-version }} + cache: 'npm' + - run: npm i -g @angular/cli + - run: npm i -g nx + - run: npm i + - run: ng lint + - run: ng run-many --all --target=test -- --no-watch --no-progress --browsers=ChromeHeadlessCI diff --git a/apps/ramp-client/src/styles.scss b/apps/ramp-client/src/styles.scss index 2ca0e00..b6a4a73 100644 --- a/apps/ramp-client/src/styles.scss +++ b/apps/ramp-client/src/styles.scss @@ -179,6 +179,7 @@ a { @include utils.width(70); @include utils.width(66); @include utils.width(60); +@include utils.width(55); @include utils.width(50); @include utils.width(45); @include utils.width(40); @@ -203,6 +204,11 @@ a { top: calc(60px + 17vh) !important; } +.banner-title { + font-size: 1.5rem; + font-weight: bold; +} + @media only screen and (max-width: 1024px) { .navigation-menu-panel { width: 50%; diff --git a/libs/features/ramp/chemical-enrichment/src/lib/chemical-enrichment/chemical-enrichment.component.html b/libs/features/ramp/chemical-enrichment/src/lib/chemical-enrichment/chemical-enrichment.component.html index ceae677..7f09719 100644 --- a/libs/features/ramp/chemical-enrichment/src/lib/chemical-enrichment/chemical-enrichment.component.html +++ b/libs/features/ramp/chemical-enrichment/src/lib/chemical-enrichment/chemical-enrichment.component.html @@ -140,7 +140,7 @@
- {{ data.title }} analysis is now complete. Click on the tabs or below - buttons to view the data. -
- } - @if (data.message) { -{{ data.message }}
- } ++ {{ data.title }} analysis is now complete. Click on the tabs or below + buttons to view the data. +
+ } + @if (data.message) { +{{ data.message }}
+ } +