multiparty-meeting/app/stylus/reset.styl

15 lines
155 B
Stylus

* {
box-sizing: border-box;
outline: none;
}
body {
background: none;
}
input {
padding: 0;
font-family: inherit;
background-color: transparent;
}