Skip to content

Commit

Permalink
Merge branch 'TMS-1045' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jun 14, 2024
2 parents f671ce8 + 80cfe6c commit 12d2f11
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/images/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import './tampere-filharmonia-pysty.svg';
import './tampere-pysty.svg';
import './tampere-vaakuna-color.svg';
import './favicon.png';
42 changes: 42 additions & 0 deletions assets/images/tampere-vaakuna-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 6 additions & 4 deletions assets/styles/overrides/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
}
}

.has-colors-white,
.has-background-secondary,
.has-colors-secondary {
border: 1px solid $secondary-invert;
main {
.has-colors-white,
.has-background-secondary,
.has-colors-secondary {
border: 1px solid $secondary-invert;
}
}
10 changes: 10 additions & 0 deletions assets/styles/overrides/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
}

&__tampere-vaakuna {
height: 40px;
background-image: url('images/tampere-vaakuna-color.svg');
background-position: center;
background-repeat: no-repeat;
background-size: contain;

svg {
display: none;
}

&:focus {
outline-color: $black;
}
Expand Down

0 comments on commit 12d2f11

Please sign in to comment.