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.
 
 
 

28 satır
387 B

  1. @import "../../../css/ui.less";
  2. .uiPassives {
  3. display: none;
  4. z-index: 2;
  5. border: 5px solid @blackB;
  6. text-align: center;
  7. height: 700px;
  8. width: 900px;
  9. > .heading {
  10. color: @white;
  11. width: 100%;
  12. height: 36px;
  13. background-color: @blackB;
  14. .heading-text {
  15. padding-top: 8px;
  16. margin: auto;
  17. }
  18. }
  19. .bottom {
  20. height: calc(100% - 36px);
  21. background-color: @blackC;
  22. }
  23. }