Макет интерфейса UIK (Основан на UIkit) | UIK interface template (Based on UIkit)
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

34 lignes
526B

  1. .tm-sidebar-left
  2. {
  3. width: 240px !important;
  4. position: fixed;
  5. top: 0px;
  6. bottom: 0;
  7. padding: 40px;
  8. border-right: 1px #e5e5e5 solid;
  9. overflow: auto;
  10. }
  11. .tm-nav .uk-nav-header
  12. {
  13. padding: 8px 0;
  14. border-bottom: 1px #e5e5e5 solid;
  15. }
  16. #${содержимое}
  17. {
  18. width: calc(100% - 320px);
  19. height: calc(100% - 40px);
  20. position: fixed;
  21. top: 40px;
  22. left: 320px;
  23. right: 0;
  24. bottom: 0;
  25. overflow: auto;
  26. }
  27. .height40, .uk-navbar-nav > li > .height40
  28. {
  29. min-height: 40px;
  30. }