ForcePilot/web/src/assets/main.css

17 lines
199 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 {
2024-09-03 16:37:59 +08:00
width: 100%;
padding: 16px 30px;
2024-09-01 21:14:23 +08:00
background-color: #FCFEFF;
h2 {
margin: 20px 0 10px 0;
}
2024-07-14 16:42:38 +08:00
}