documents.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. .app-documents .form-group .dropdown-toggle {
  2. height: 46px;
  3. padding-left: 20px;
  4. border-color: #e4eaec;
  5. border-width: 1px 0 1px 1px;
  6. background-color: #fff; }
  7. .app-documents .form-group .filter-option {
  8. text-overflow: ellipsis;
  9. vertical-align: middle;
  10. float: none !important; }
  11. .app-documents .form-group .input-search-btn {
  12. z-index: 4;
  13. font-size: 20px; }
  14. .app-documents .form-group .input-search-btn + .form-control {
  15. height: 46px;
  16. border-radius: 0 4px 4px 0;
  17. padding: 8px 48px 8px 13px; }
  18. .app-documents .documents-wrap {
  19. position: relative;
  20. margin-top: 25px;
  21. margin-bottom: 25px; }
  22. .app-documents .articles {
  23. margin-top: 25px;
  24. margin-bottom: 25px;
  25. padding: 50px 20px 0;
  26. background-color: #fff;
  27. border-radius: 0.286rem; }
  28. .app-documents .articles .blocks > li {
  29. margin-bottom: 50px; }
  30. .app-documents .articles-item {
  31. padding-left: 45px;
  32. position: relative; }
  33. .app-documents .articles-item > .icon {
  34. font-size: 25px;
  35. position: absolute;
  36. left: 0;
  37. top: 0; }
  38. .app-documents .articles-item a {
  39. color: #76838f; }
  40. .app-documents .categories {
  41. margin-top: 25px;
  42. margin-bottom: 25px; }
  43. .app-documents .categories .blocks > li {
  44. margin-bottom: 30px; }
  45. .app-documents .category {
  46. padding: 30px;
  47. height: 100%;
  48. border-radius: 0.286rem;
  49. background-color: #fff;
  50. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  51. text-align: center; }
  52. .app-documents .category .icon-wrap > .icon {
  53. font-size: 65px; }
  54. .app-documents .article::after {
  55. display: block;
  56. clear: both;
  57. content: ""; }
  58. .app-documents .article-sidebar, .app-documents .article-content {
  59. background-color: #fff;
  60. border-radius: 0.286rem;
  61. float: left; }
  62. .app-documents .sticky {
  63. position: -webkit-sticky;
  64. position: sticky;
  65. top: 86px; }
  66. .app-documents .article-sidebar {
  67. width: 260px;
  68. padding: 20px 15px;
  69. margin-bottom: 30px; }
  70. .app-documents .article-sidebar .list-group {
  71. margin-bottom: 0; }
  72. .app-documents .article-sidebar .list-group .list-group {
  73. display: none; }
  74. .app-documents .article-sidebar .list-group-item {
  75. padding: 0;
  76. border: none;
  77. margin-bottom: 1px; }
  78. .app-documents .article-sidebar .list-group-item a {
  79. display: block;
  80. padding: 10px 15px;
  81. color: #76838f;
  82. font-weight: 300;
  83. text-decoration: none;
  84. white-space: nowrap;
  85. overflow: hidden;
  86. text-overflow: ellipsis;
  87. -ms-flex: 100%;
  88. flex: 100%; }
  89. .app-documents .article-sidebar .list-group-item a:hover, .app-documents .article-sidebar .list-group-item a:focus {
  90. color: #76838f;
  91. background-color: #f3f7f9; }
  92. .app-documents .article-sidebar .list-group-item a + .list-group {
  93. margin-top: 1px; }
  94. .app-documents .article-sidebar .list-group-item a.dropdown-toggle:after {
  95. display: none; }
  96. .app-documents .article-sidebar .list-group-item .active {
  97. color: #3e8ef7;
  98. background-color: #f3f7f9; }
  99. .app-documents .article-sidebar .list-group-item .active ~ .dropdown-menu {
  100. position: relative;
  101. float: none;
  102. display: block;
  103. -ms-flex: 100%;
  104. flex: 100%;
  105. border: none;
  106. box-shadow: none;
  107. padding: 0;
  108. top: 0; }
  109. .app-documents .article-sidebar .list-group-item .active ~ .dropdown-menu .dropdown-item {
  110. padding-left: 25px;
  111. width: 100%;
  112. margin: 1px 0; }
  113. .app-documents .article-sidebar .list-group-item .list-group-item > a {
  114. padding-left: 25px; }
  115. .app-documents .article-content {
  116. margin-left: 30px;
  117. width: calc(100% - 290px);
  118. padding: 20px 30px; }
  119. .app-documents .article-content section {
  120. margin-bottom: 22px; }
  121. .app-documents .article-content section h4 {
  122. border-top: 80px solid transparent;
  123. margin-top: -80px; }
  124. .app-documents .article-content section:first-child {
  125. margin-top: -80px; }
  126. .app-documents .article-content section:first-child h4 {
  127. margin-top: 0; }
  128. .app-documents .article-footer {
  129. font-size: 24px;
  130. padding: 30px;
  131. border-radius: 0.286rem;
  132. background-color: #f3f7f9; }
  133. .app-documents .article-footer::after {
  134. display: block;
  135. clear: both;
  136. content: ""; }
  137. .app-documents .article-footer-actions {
  138. float: right; }
  139. @media (max-width: 767.98px) {
  140. .app-documents .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  141. width: 200px; }
  142. .app-documents .article-sidebar, .app-documents .article-content {
  143. width: 100%;
  144. margin-left: 0; }
  145. .app-documents .article-sidebar.sticky {
  146. position: relative;
  147. top: 0; } }
  148. @media (max-width: 767.98px) {
  149. .app-documents .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  150. width: 100px; } }