diff --git a/src/app/components/shared/footer/footer.component.scss b/src/app/components/shared/footer/footer.component.scss index 459519ea5e90842efa770b4c557f6091e58b7050..703612cedb38df165712dc1f6e8edfd0cfc2bd5c 100644 --- a/src/app/components/shared/footer/footer.component.scss +++ b/src/app/components/shared/footer/footer.component.scss @@ -6,6 +6,12 @@ mat-toolbar { background-color: rgb(240, 240, 240); color: rgb(140, 140, 140); height: auto; + &:first-child { + padding-left: 0px; + } + &:last-child { + padding-right: 0px; + } } button { @@ -13,3 +19,7 @@ button { font-size: 12px; color: rgb(140, 140, 140); } + +mat-icon { + margin-right: 2%; +}