Skip to content

Commit

Permalink
Added a repeatable background to create a cool pattern (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThunderDev1 authored Feb 20, 2020
1 parent c6c0b70 commit b1e8d12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added client/src/images/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion client/src/layouts/BaseLayout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
@import 'styles/helpers';

body {
background-color: $color-primary;
background: url('../images/background.png');
background-size: 4rem;

@include desktop {
padding: $spacing-regular;
Expand All @@ -17,6 +18,7 @@ body {
margin: 0 auto;
min-height: 100vh;
padding: $spacing-regular;
border: $border-regular solid lightgrey;

@include desktop {
border-radius: $radius-regular;
Expand Down

0 comments on commit b1e8d12

Please sign in to comment.