shiori/view/less/variable.less

22 lines
318 B
Text
Raw Normal View History

2018-05-25 14:14:24 +08:00
// // out: false
// //
// // Background
2018-05-18 15:07:15 +08:00
@bg: #EEE;
2018-05-25 14:14:24 +08:00
// //
// // Border
2018-02-11 22:00:56 +08:00
@border: #E5E5E5;
2018-05-25 14:14:24 +08:00
// //
// // Font color
2018-05-18 15:07:15 +08:00
@color: #232323;
2018-05-25 14:14:24 +08:00
// //
// // Color theme
2018-02-14 19:50:53 +08:00
@main: #F44336;
2018-05-25 14:14:24 +08:00
// //
// // Tooltip
2018-05-18 15:07:15 +08:00
@tooltipBg: #232323;
2018-05-21 21:26:18 +08:00
@tooltipColor: #FFF;
2018-05-18 15:07:15 +08:00
@arrowWidth: 8px;
2018-05-25 14:14:24 +08:00
// //
// // Dialog
2018-05-21 21:26:18 +08:00
@dialogHeaderBg: #292929;
2018-05-25 14:14:24 +08:00
@dialogHeaderColor: #FFF;