Skip to content

Commit

Permalink
stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
skedwards88 committed Mar 18, 2024
1 parent 7101686 commit 2d144ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/styles/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ button:disabled {
grid-template-areas:
"board"
"currentWord"
"shapes"
;
"shapes";
}

#exitDaily {
Expand Down Expand Up @@ -173,7 +172,7 @@ button:disabled {
grid-template-columns: repeat(4, 5vmin);
grid-template-rows: repeat(4, 5vmin);
margin: 10px;
gap:0;
gap: 0;
}

.shapeBox.filled {
Expand Down
3 changes: 2 additions & 1 deletion src/styles/ControlBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
}

#calendarButton {
background-image: url("../images/icons/daily.svg"),
background-image:
url("../images/icons/daily.svg"),
radial-gradient(circle, rgb(239 239 239 / 60%) 30%, rgb(55 54 71));
width: calc(var(--default-font-size) * 2);
}
Expand Down

0 comments on commit 2d144ce

Please sign in to comment.