car_deal_util/code/web/car_dealer/css/root.css

21 lines
234 B
CSS
Raw Normal View History

2022-10-11 17:15:31 +00:00
:root {
font-size: 1em;
box-sizing: border-box;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
font-family: Arial, Helvetica, sans-serif;
}
.pointer {
cursor: pointer;
}