Files
paryingApi/style.sass

80 lines
900 B
Sass
Raw Normal View History

2025-08-19 00:23:33 +03:00
*
font-family: sans-serif
color: #1E1C06
box-sizing: border-box
h1
text-align: center
2025-08-19 02:20:06 +03:00
h3
text-align: center
2025-08-19 00:23:33 +03:00
body
background-color: #E1DC9F
div
margin: 20px auto
width: min(800px, 90%)
2025-08-19 03:09:38 +03:00
input:not([type=checkbox])
2025-08-19 00:23:33 +03:00
padding: 10px 20px
border-radius: 5px
border: none
width: 100%
2025-08-19 01:21:37 +03:00
&:focus
outline: none
2025-08-19 03:09:38 +03:00
input[type=checkbox]
2025-08-19 00:23:33 +03:00
label
display: block
2025-08-19 03:09:38 +03:00
margin: 0px 0 10px
2025-08-19 00:33:30 +03:00
button
padding: 10px 20px
background-color: #998768;
border: none
border-radius: 5px
width: max(220px, 100%)
margin: 20px auto
2025-08-19 02:20:06 +03:00
li
list-style: none
2025-08-19 01:21:37 +03:00
span
color: #991111
font-weight: bold
2025-08-19 02:20:06 +03:00
.cell
border: 3px solid #991111
padding: 10px 20px
display: inline-block
margin: 10px -1px
width: 50%
text-align: center
2025-08-19 03:09:38 +03:00
.show_all
text-align: center
display: flex
justify-content: center
gap: 20px
label
input
width: 20px
height: 20px
2025-08-19 02:20:06 +03:00