ForcePilot/web/src/assets/main.css

42 lines
468 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%;
2024-09-06 12:54:17 +08:00
padding: 0px 30px;
2024-09-14 02:46:06 +08:00
background-color: #FAFCFD;
2024-09-01 21:14:23 +08:00
h2 {
margin: 20px 0 10px 0;
}
2025-03-28 00:48:33 +08:00
}
.iconfont {
max-width: 100%;
max-height: 100%;
&.icon-10 {
width: 10px;
height: 10px;
}
&.icon-16 {
width: 16px;
height: 16px;
}
&.icon-20 {
width: 20px;
height: 20px;
}
&.icon-24 {
width: 24px;
height: 24px;
}
2024-07-14 16:42:38 +08:00
}