17 lines
244 B
CSS
17 lines
244 B
CSS
@import 'common.css';
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
font-family: InterVariable, Arial, Helvetica, sans-serif;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
button {
|
|
border: none;
|
|
background-color: none;
|
|
padding: none;
|
|
margin: none;
|
|
}
|