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

50 lines
752 B
Sass

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
background-color: #fcedd6
position: relative
height: 80px
width: 400px
display: grid
align-items: center
margin-bottom: 15px
border: none
input
padding: 20px
margin: 0
height: 40px
background: none
border: none
&:focus-visible
border: none
.tile-stickers
position: absolute
top: 0
left: 0
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