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.
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
5 years ago
|
@import (reference) '../../customize/src/less2/include/framework.less';
|
||
|
@import (reference) '../../customize/src/less2/include/drive.less';
|
||
|
|
||
|
&.cp-app-team {
|
||
|
.framework_min_main(
|
||
|
@bg-color: @colortheme_team-bg,
|
||
|
@warn-color: @colortheme_team-warn,
|
||
|
@color: @colortheme_team-color
|
||
|
);
|
||
|
|
||
|
.drive_main();
|
||
|
}
|
||
|
|