ForcePilot/web/src/assets/main.css

16 lines
184 B
CSS
Raw Normal View History

@import './base.css';
2024-07-14 16:42:38 +08:00
:root {
--header-height: 60px;
2024-09-01 21:14:23 +08:00
}
/* layout */
.layout-container {
padding: 10px 30px;
background-color: #FCFEFF;
h2 {
margin: 20px 0 10px 0;
}
2024-07-14 16:42:38 +08:00
}