hic-et-nunc/assets/css/src/_reset.scss

10 lines
146 B
SCSS
Raw Normal View History

2026-05-14 17:22:34 +02:00
button {
border: none;
padding: 0;
margin: 0;
text-align: inherit;
font: inherit;
cursor: pointer;
2026-06-03 15:50:27 +02:00
background-color: transparent;
2026-05-14 17:22:34 +02:00
}