Skip to content

Commit fb4b442

Browse files
committed
chore: update styles
1 parent f9e50d4 commit fb4b442

File tree

5 files changed

+2
-26
lines changed

5 files changed

+2
-26
lines changed

src/app/shared/footer/footer.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ mat-toolbar {
3737

3838
.links {
3939
min-height: 34px;
40+
display: flex;
41+
align-items: center;
4042
}
4143

4244
ac-authors {
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
<mat-toolbar>
22
<ng-content></ng-content>
33
</mat-toolbar>
4-
<div class="black-lives-matter">
5-
Black Lives Matter.
6-
</div>
Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,2 @@
11
@use '@angular/material' as mat;
22
@use '../../../scss/custom-theme' as theme;
3-
4-
.black-lives-matter {
5-
font-weight: 100;
6-
background: #25292c;
7-
padding: 16px;
8-
color: white;
9-
10-
a {
11-
color: mat.get-color-from-palette(theme.$app-accent, 1);
12-
}
13-
}

src/scss/black-lives-matter.scss

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/scss/index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
@use './custom-theme' as theme;
2-
@import './black-lives-matter';

0 commit comments

Comments
 (0)