src/ztfy/myams/resources/less/colors.less
changeset 140 aa78e9eb61ad
parent 130 e3cb023c73b6
child 156 61176c64158d
equal deleted inserted replaced
139:ccaaf3f4e564 140:aa78e9eb61ad
     2 /*
     2 /*
     3  * Colors variations
     3  * Colors variations
     4  */
     4  */
     5 
     5 
     6 @textColor: #333;
     6 @textColor: #333;
       
     7 
       
     8 @dangerTextColor: #a94442;
       
     9 @warningTextColor: #6b6d31;
       
    10 @infoTextColor: #346597;
       
    11 @successTextColor: #296829;
     7 
    12 
     8 @magenta: #6e3671;
    13 @magenta: #6e3671;
     9 @teal: #568a89;
    14 @teal: #568a89;
    10 @pink: #ac5287;
    15 @pink: #ac5287;
    11 @pinkDark: #a8829f;
    16 @pinkDark: #a8829f;
    35 
    40 
    36 @activeTabBorder: #3276b1;
    41 @activeTabBorder: #3276b1;
    37 @activeTabBg: #cedbf7;
    42 @activeTabBg: #cedbf7;
    38 
    43 
    39 
    44 
       
    45 .txt-color-text {
       
    46 	color: @textColor !important;
       
    47 }
    40 .txt-color-blue {
    48 .txt-color-blue {
    41 	color: @blue !important;
    49 	color: @blue !important;
    42 }
    50 }
    43 .txt-color-blueLight {
    51 .txt-color-blueLight {
    44 	color: @blueLight !important;
    52 	color: @blueLight !important;