mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-09 18:16:40 -07:00
add very basic clicker game
This commit is contained in:
parent
3ccd5b0df8
commit
19ffac4a90
9 changed files with 335 additions and 17 deletions
27
site/sass/click.scss
Normal file
27
site/sass/click.scss
Normal file
|
@ -0,0 +1,27 @@
|
|||
#click {
|
||||
.resources {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 0fr);
|
||||
grid-auto-flow: row;
|
||||
|
||||
& > span {
|
||||
margin-right: 5px;
|
||||
width: max-content;
|
||||
|
||||
&.resource {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#barker {
|
||||
font-size: 2rem;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.tools {
|
||||
.name {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue