src/ztfy/myams/resources/less/colors.less
changeset 206 02a40997d8cb
parent 156 61176c64158d
equal deleted inserted replaced
205:27ed26ca8623 206:02a40997d8cb
     2 /*
     2 /*
     3  * Colors variations
     3  * Colors variations
     4  */
     4  */
     5 
     5 
     6 @textColor: #333;
     6 @textColor: #333;
       
     7 @bodyColor: #e5e2cf;
     7 
     8 
     8 @dangerTextColor: #a94442;
     9 @dangerTextColor: #a94442;
     9 @warningTextColor: #6b6d31;
    10 @warningTextColor: #6b6d31;
    10 @infoTextColor: #346597;
    11 @infoTextColor: #346597;
    11 @successTextColor: #296829;
    12 @successTextColor: #296829;
    40 @silverLight: #d0d0d0;
    41 @silverLight: #d0d0d0;
    41 
    42 
    42 @activeTabBorder: #3276b1;
    43 @activeTabBorder: #3276b1;
    43 @activeTabBg: #cedbf7;
    44 @activeTabBg: #cedbf7;
    44 
    45 
       
    46 @messageBgColor: rgba(0, 0, 0, .7);
       
    47 
    45 
    48 
    46 .txt-color-danger {
    49 .txt-color-danger {
    47 	color: @dangerTextColor !important;
    50 	color: @dangerTextColor !important;
    48 }
    51 }
    49 .txt-color-warning {
    52 .txt-color-warning {