modify and add less source files. commit their compiled results

This commit is contained in:
ansuz
2016-07-08 16:44:02 +02:00
parent 43aba94d0d
commit 28399b0d86
5 changed files with 190 additions and 25 deletions

View File

@@ -8,20 +8,22 @@
@cp-red: #FF0073; // remove red
@cp-outline: #444;
// alertify things
@box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
@padding-base: 12px;
@success-color: rgba(76, 175, 80, .9);
@danger-color: rgba(244, 67, 54, .8);
@success-color: @cp-green;
@success-fore: @base;
@danger-color: @cp-red;
@text-color: rgba(0, 0, 0, .8);
@border-radius: 1px;
@alertify-btn-fg: @fore;
@alertify-btn-bg: transparent;
@alertify-btn-bg-hover: rgba(0, 100, 0, .15);
@alertify-btn-bg-hover: rgba(0, 0, 0, .15);
@alertify-bg: rgba(0, 0, 0, .3);