25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

styles.less 239 B

7 yıl önce
2 yıl önce
7 yıl önce
12345678910111213
  1. @import "../../../css/colors.less";
  2. .uiTooltipInfo {
  3. display: none;
  4. position: absolute;
  5. right: 11px;
  6. bottom: 164px;
  7. background-color: fade(@blackC, 90%);
  8. padding: 8px 32px;
  9. line-height: 20px;
  10. color: @white;
  11. text-align: center;
  12. }