2023-06-29 02:05:14 +00:00
|
|
|
body
|
|
|
|
background-color: #fce0b5
|
|
|
|
|
2023-06-29 03:27:59 +00:00
|
|
|
button
|
|
|
|
cursor: pointer
|
|
|
|
|
2023-06-29 02:05:14 +00:00
|
|
|
.columns
|
|
|
|
display: flex
|
|
|
|
|
|
|
|
.column
|
|
|
|
width: 400px
|
|
|
|
padding: 20px
|
|
|
|
border-right: 1px solid black
|
|
|
|
|
|
|
|
h3
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
.tile
|
2023-06-29 03:13:52 +00:00
|
|
|
background-color: #fcedd6
|
2023-06-29 02:05:14 +00:00
|
|
|
position: relative
|
2023-06-29 03:13:52 +00:00
|
|
|
height: 80px
|
|
|
|
width: 400px
|
2023-06-29 02:05:14 +00:00
|
|
|
|
|
|
|
display: grid
|
|
|
|
align-items: center
|
2023-06-29 03:13:52 +00:00
|
|
|
margin-bottom: 15px
|
|
|
|
border: none
|
2023-06-29 02:05:14 +00:00
|
|
|
|
2023-06-29 02:52:11 +00:00
|
|
|
input
|
|
|
|
padding: 20px
|
|
|
|
margin: 0
|
|
|
|
height: 40px
|
|
|
|
background: none
|
|
|
|
border: none
|
|
|
|
|
|
|
|
&:focus-visible
|
|
|
|
border: none
|
|
|
|
|
2023-06-29 02:05:14 +00:00
|
|
|
.tile-stickers
|
|
|
|
position: absolute
|
|
|
|
top: 0
|
2023-06-29 02:52:11 +00:00
|
|
|
left: 0
|
2023-06-29 03:13:52 +00:00
|
|
|
pointer-events: none // Allow clicking the input box below this
|
|
|
|
|
|
|
|
&.add-tile
|
|
|
|
text-align: center
|
|
|
|
font-weight: bold
|
|
|
|
font-size: 60px
|
|
|
|
background-color: #efc88d
|
|
|
|
color: #3d2c12
|