You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
381 B
Plaintext

// Silder
@menuLightActiveText: #1890ff;
@menuLightActiveBg: #e6f7ff;
@menuDarkActiveText: #fff;
@menuDarkActiveBg: #1890ff;
@menuBg: #001529;
@menuLightBg: #fff;
@menuWidth: 200px;
// topSilder
@topSilderHeight: 50px;
// navbar
@navbarHeight: 40px;
// tagsView
@tagsViewHeight: 40px;
// content
@contentBg: #fff;
// html body
@minWidth: 992px;
// deep
@deep: ~'::v-deep';