暫無描述

appdemo.scss 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. @import "assets/demo/flags/flags.css";
  2. .layout-topbar {
  3. .notifications {
  4. .layout-topbar-action-panel {
  5. img {
  6. width: 32px;
  7. height: 32px;
  8. }
  9. .layout-topbar-action-item {
  10. border-bottom: 1px solid var(--divider-color);
  11. &:last-child {
  12. border-bottom: 0 none;
  13. }
  14. }
  15. }
  16. }
  17. .app {
  18. .layout-topbar-action-panel {
  19. a {
  20. padding: .5rem 0;
  21. i {
  22. width: 42px;
  23. height: 42px;
  24. border: 1px solid transparent;
  25. border-radius: 50%;
  26. margin: .5rem 0;
  27. display: flex;
  28. align-items: center;
  29. justify-content: center;
  30. }
  31. }
  32. }
  33. }
  34. }
  35. .layout-rightmenu {
  36. .header {
  37. padding-bottom: .5rem;
  38. margin-bottom: .714rem;
  39. border-bottom: 1px solid var(--divider-color);
  40. }
  41. .online-members {
  42. img {
  43. width: 32px;
  44. }
  45. b {
  46. color: var(--primary-color)
  47. }
  48. }
  49. .latest-activity {
  50. i {
  51. border: 1px solid transparent;
  52. border-radius: 50px;
  53. background-color: var(--surface-d);
  54. }
  55. }
  56. .next-events {
  57. ul {
  58. margin: 0;
  59. list-style-type: none;
  60. padding: 0;
  61. > li {
  62. padding: .875rem .5rem;
  63. }
  64. }
  65. }
  66. }
  67. .layout-help-page {
  68. .questions {
  69. &.p-accordion p-accordiontab {
  70. .p-accordion-tab {
  71. margin-top: 1rem;
  72. }
  73. &:first-child {
  74. .p-accordion-tab {
  75. margin-top: 0;
  76. }
  77. }
  78. }
  79. }
  80. }
  81. .layout-invoice-page {
  82. .p-invoice-datatable-responsive .p-datatable-tbody > tr > td .p-column-title {
  83. display: none;
  84. }
  85. @media screen and (max-width: 40rem) {
  86. .p-invoice-datatable-responsive {
  87. .p-datatable-thead > tr > th,
  88. .p-datatable-tfoot > tr > td {
  89. display: none !important;
  90. }
  91. .p-datatable-tbody > tr > td {
  92. text-align: left;
  93. display: block;
  94. width: 100%;
  95. float: left;
  96. clear: left;
  97. border: 0 none;
  98. .p-column-title {
  99. padding: .4rem;
  100. min-width: 30%;
  101. display: inline-block;
  102. margin: -.4em 1em -.4em -.4rem;
  103. font-weight: bold;
  104. }
  105. &:last-child {
  106. border-bottom: 1px solid var(--surface-d);
  107. }
  108. }
  109. }
  110. }
  111. }
  112. @media (min-width: 992px) {
  113. .layout-menu-slim {
  114. .layout-inline-menu {
  115. .layout-inline-menu-action {
  116. justify-content: center;
  117. > span,
  118. > i {
  119. display: none !important;
  120. }
  121. }
  122. .layout-inline-menu-action-panel {
  123. .layout-inline-menu-action-item {
  124. > a {
  125. justify-content: center;
  126. > i {
  127. font-size: 1.5rem;
  128. margin-right: 0 !important;
  129. }
  130. > span {
  131. display: none;
  132. }
  133. }
  134. }
  135. }
  136. }
  137. }
  138. }

Powered by TurnKey Linux.