You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

123 line
1.9 KiB

  1. @import "variables.less";
  2. @import "offcanvas.less";
  3. .breadcrumb {
  4. line-height: 1.5em;
  5. }
  6. .breadcrumb {
  7. background-color: transparent;
  8. padding: 10px 0px;
  9. }
  10. .breadcrumb a,
  11. .breadcrumb a:hover,
  12. .breadcrumb a:focus,
  13. .breadcrumb a:visited {
  14. color: inherit;
  15. }
  16. .navbar {
  17. background-color: transparent;
  18. border: none;
  19. padding: 10px 0px;
  20. border-radius: 0px;
  21. border-bottom: 1px solid @erpnext-blue;
  22. }
  23. .section {
  24. padding: 30px 0px;
  25. }
  26. .docs-footer {
  27. margin-top: 50px;
  28. padding: 30px 0px 60px 0px;
  29. border-top: 1px solid @border-color;
  30. a {
  31. color: @text-muted;
  32. }
  33. li {
  34. display: inline-block;
  35. margin: 0 15px;
  36. }
  37. }
  38. .jumbotron {
  39. background-color: transparent;
  40. padding: 80px 30px;
  41. text-align: center;
  42. h1 {
  43. font-size: 32px;
  44. font-weight: 400;
  45. }
  46. p {
  47. font-color: @text-muted !important;
  48. }
  49. }
  50. // fake frames
  51. .browser-image {
  52. min-height: 300px;
  53. border: 1px solid #d1d8dd;
  54. }
  55. .fake-browser-frame {
  56. position: relative;
  57. margin: 40px auto;
  58. max-width: 600px;
  59. }
  60. .fake-browser-frame::before {
  61. content: "";
  62. height: 24px;
  63. position: absolute;
  64. top: -24px;
  65. left: 0px;
  66. right: 0px;
  67. border: 1px solid #d1d8dd;
  68. border-bottom: none;
  69. border-top-left-radius: 4px;
  70. border-top-right-radius: 4px;
  71. }
  72. .fake-browser-frame::after {
  73. content: '\f111 \f111 \f111';
  74. position: absolute;
  75. color: #d1d8dd;
  76. top: -15px;
  77. left: 8px;
  78. /* octicon */
  79. font: normal normal;
  80. font-size: 8px;
  81. font-family: 'FontAwesome';
  82. line-height: 1;
  83. display: inline-block;
  84. text-decoration: none;
  85. -webkit-font-smoothing: antialiased;
  86. -moz-osx-font-smoothing: grayscale;
  87. -webkit-user-select: none;
  88. -moz-user-select: none;
  89. -ms-user-select: none;
  90. user-select: none;
  91. }
  92. .fake-iphone-frame {
  93. position: relative;
  94. padding: 40px 8px;
  95. border: 1px solid #d1d8dd;
  96. border-radius: 15px;
  97. }
  98. .fake-ipad-frame {
  99. position: relative;
  100. padding: 8px 40px;
  101. border: 1px solid #d1d8dd;
  102. border-radius: 15px;
  103. }