Files

27 lines
263 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
}
body {
margin: 0;
background: #f5f7fa;
color: #1f2933;
}
button,
input,
textarea,
select {
font: inherit;
}
.table-wrap {
width: 100%;
overflow-x: auto;
}