Skip to content

Commit

Permalink
Update cloud upload icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed Feb 2, 2024
1 parent a95eccb commit 9613dd7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import '../../../../styles/variables.scss';

:host {
display: block;
text-align: justify;
Expand Down Expand Up @@ -85,6 +87,10 @@ section:last-child {
display: flex;
justify-content: center;
align-items: center;

svg {
fill: $blue !important;
}
}

.main-entry-points {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import * as fromConfig from 'src/app/core/selectors/config.selectors';
@Component({
selector: 'app-welcome-page',
templateUrl: './welcome-page.component.html',
styleUrls: ['./welcome-page.component.css'],
styleUrls: ['./welcome-page.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
})
export class WelcomePageComponent implements OnInit {
Expand Down
5 changes: 4 additions & 1 deletion application/frontend/src/assets/images/bookmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9613dd7

Please sign in to comment.