Skip to content

Commit

Permalink
Fix board-index not being committed
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerOnTheRanger committed Oct 6, 2020
1 parent c94baa1 commit f8f850c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scss/base/board-index.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.board-label {
@extend .text-dark;
font-size: 4em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.board-entry {
@extend .media-element;
position: relative;
background-color: var(--gray);
background-blend-mode: screen;
}

0 comments on commit f8f850c

Please sign in to comment.