src/ztfy/myams/resources/less/colors.less
changeset 156 61176c64158d
parent 140 aa78e9eb61ad
child 206 02a40997d8cb
equal deleted inserted replaced
155:e0fb6fd568eb 156:61176c64158d
     7 
     7 
     8 @dangerTextColor: #a94442;
     8 @dangerTextColor: #a94442;
     9 @warningTextColor: #6b6d31;
     9 @warningTextColor: #6b6d31;
    10 @infoTextColor: #346597;
    10 @infoTextColor: #346597;
    11 @successTextColor: #296829;
    11 @successTextColor: #296829;
       
    12 @successBgColor: #5cb85c;
    12 
    13 
    13 @magenta: #6e3671;
    14 @magenta: #6e3671;
    14 @teal: #568a89;
    15 @teal: #568a89;
    15 @pink: #ac5287;
    16 @pink: #ac5287;
    16 @pinkDark: #a8829f;
    17 @pinkDark: #a8829f;
    40 
    41 
    41 @activeTabBorder: #3276b1;
    42 @activeTabBorder: #3276b1;
    42 @activeTabBg: #cedbf7;
    43 @activeTabBg: #cedbf7;
    43 
    44 
    44 
    45 
       
    46 .txt-color-danger {
       
    47 	color: @dangerTextColor !important;
       
    48 }
       
    49 .txt-color-warning {
       
    50 	color: @warningTextColor !important;
       
    51 }
       
    52 .txt-color-info {
       
    53 	color: @infoTextColor !important;
       
    54 }
       
    55 .txt-color-success {
       
    56 	color: @successTextColor !important;
       
    57 }
       
    58 
       
    59 .bg-color-danger {
       
    60 	background-color: @dangerTextColor !important;
       
    61 }
       
    62 .bg-color-warning {
       
    63 	background-color: @warningTextColor !important;
       
    64 }
       
    65 .bg-color-info {
       
    66 	background-color: @infoTextColor !important;
       
    67 }
       
    68 .bg-color-success {
       
    69 	background-color: @successBgColor !important;
       
    70 }
       
    71 
       
    72 
    45 .txt-color-text {
    73 .txt-color-text {
    46 	color: @textColor !important;
    74 	color: @textColor !important;
    47 }
    75 }
    48 .txt-color-blue {
    76 .txt-color-blue {
    49 	color: @blue !important;
    77 	color: @blue !important;