Listing_SuggestPrice/frontend/src/styles.css

14 lines
326 B
CSS

/*
* Giao diện dùng Mantine (component + theme). File này chỉ giữ reset tối thiểu
* và màu nền dashboard. KHÔNG thêm rule cho thẻ thuần (button/input…) vì CSS
* không-layer sẽ đè lên style layer của Mantine.
*/
* {
box-sizing: border-box;
}
body {
margin: 0;
background: #f3f5f9;
}