Skip to content

Commit

Permalink
Merge pull request #67 from ImagineLearning/stylize-radar
Browse files Browse the repository at this point in the history
Stylize radar selection form
  • Loading branch information
bzenor-il authored Nov 18, 2024
2 parents e2d0616 + c116a15 commit c110e3d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "build-your-own-radar",
"version": "0.3.0",
"version": "0.3.1",
"description": "",
"main": "index.js",
"private": true,
Expand Down
19 changes: 19 additions & 0 deletions src/stylesheets/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,25 @@ body {
margin: 0;
}

/* buttons */
.button {
border: outset 1px;
padding: .5em 1em;
}
.button:hover {
background-color: #f0f0f0;
}
.button:active {
border-style: inset;
}

/* selections */
select#sheetId {
padding: 0.5em 1em;
margin-right: 1em;
}

/* print */
@media print {

body, article {
Expand Down

0 comments on commit c110e3d

Please sign in to comment.