|
|
@ -1,4 +1,5 @@
|
|
|
|
@import (reference) "./colortheme-all.less";
|
|
|
|
@import (reference) "./colortheme-all.less";
|
|
|
|
|
|
|
|
@import (reference) "./variables.less";
|
|
|
|
|
|
|
|
|
|
|
|
.corner_main() {
|
|
|
|
.corner_main() {
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
|
|
--LessLoader_require: LessLoader_currentFile();
|
|
|
@ -40,6 +41,7 @@
|
|
|
|
transform-origin: bottom right;
|
|
|
|
transform-origin: bottom right;
|
|
|
|
animation: appear 0.8s ease-in-out;
|
|
|
|
animation: appear 0.8s ease-in-out;
|
|
|
|
border: 1px solid @corner-fg;
|
|
|
|
border: 1px solid @corner-fg;
|
|
|
|
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
box-shadow: 0 0 10px 0 @cp_shadow-color;
|
|
|
|
box-shadow: 0 0 10px 0 @cp_shadow-color;
|
|
|
|
|
|
|
|
|
|
|
|
&.cp-corner-alt {
|
|
|
|
&.cp-corner-alt {
|
|
|
@ -116,6 +118,7 @@
|
|
|
|
}
|
|
|
|
}
|
|
|
|
text-transform: uppercase;
|
|
|
|
text-transform: uppercase;
|
|
|
|
border: 1px solid @corner-fg;
|
|
|
|
border: 1px solid @corner-fg;
|
|
|
|
|
|
|
|
border-radius: @variables_radius;
|
|
|
|
.fa, .cptools {
|
|
|
|
.fa, .cptools {
|
|
|
|
margin-right: 0.3em;
|
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|