add alertify for prettier dialogs

This commit is contained in:
ansuz
2016-07-06 15:14:41 +02:00
parent 7e8d66a141
commit a48c96c053
7 changed files with 472 additions and 13 deletions

View File

@@ -1,12 +1,4 @@
@base: #302B28;
@light-base: lighten(@base, 20%);
@fore: #fafafa;
@cp-green: #46E981;
@cp-accent: lighten(@cp-green, 20%);
@cp-red: #FF0073; // remove red
@cp-outline: #444;
@import "./variables.less";
.fontface(@family, @src, @style: normal, @weight: 400, @fmt: 'truetype'){
@font-face{
@@ -290,3 +282,4 @@ tbody {
max-width: 100px;
}