eduWeb/less/public.less

10 lines
141 B
Plaintext
Raw Permalink Normal View History

2022-08-28 18:09:27 +08:00
@import './reset.css';
@width: 1180px;
@color: #80C4AE;
@title_color: #333;
@high_color: #fff;
@font: 22px;
*{
box-sizing: border-box;
}