yes-no-maybe-kink-tool/style.sass

50 lines
752 B
Sass
Raw Normal View History

body
background-color: #fce0b5
button
cursor: pointer
.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
position: relative
2023-06-29 03:13:52 +00:00
height: 80px
width: 400px
display: grid
align-items: center
2023-06-29 03:13:52 +00:00
margin-bottom: 15px
border: none
2023-06-29 02:52:11 +00:00
input
padding: 20px
margin: 0
height: 40px
background: none
border: none
&:focus-visible
border: none
.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