webdog/site/sass/pet.scss

14 lines
138 B
SCSS
Raw Normal View History

2024-06-24 23:21:00 -07:00
#pet {
.hidden {
display: none;
}
#debug-section [name] {
font-weight: bold;
}
2024-06-21 11:58:15 -07:00
2024-06-24 23:21:00 -07:00
button {
margin-bottom: 4px;
}
2024-06-21 11:58:15 -07:00
}