Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.77 KB | None | 0 0
  1. @import url('./fonts.css');
  2. @import url('./variables.css');
  3. @import url('./animations.css');
  4.  
  5. html,
  6. body {
  7.     min-height: 100vh !important;
  8.     overflow-y: auto !important;
  9.     overflow-x: hidden !important;
  10.     font-size: 14px;
  11. }
  12.  
  13. * {
  14.     outline-color: var(--green-lighter);
  15. }
  16.  
  17. *:not(input),
  18. *:not(select),
  19. *:not(textarea) {
  20.     user-select: none;
  21. }
  22.  
  23. .application {
  24.     font-family: 'Product Sans', cursive !important;
  25. }
  26. /*
  27. ::-webkit-scrollbar {
  28.     width: 0;
  29. }
  30.  
  31. ::-webkit-scrollbar-track {
  32.     background-color: transparent;
  33. }
  34.  
  35. ::-webkit-scrollbar-thumb {
  36.     background-color: transparent;
  37.     border-radius: 8px;
  38. }*/
  39.  
  40. a,
  41. a:hover,
  42. a:active,
  43. a:focus {
  44.     outline: none;
  45. }
  46.  
  47. .cursor-pointer {
  48.     cursor: pointer;
  49. }
  50.  
  51. .scrollable:hover::-webkit-scrollbar-thumb {
  52.     background-color: #000;
  53. }
  54.  
  55. .bg-blue-normal {
  56.     background-color: var(--blue-normal);
  57. }
  58.  
  59. input[type='number']::-webkit-inner-spin-button,
  60. input[type='number']::-webkit-outer-spin-button {
  61.     -webkit-appearance: none;
  62.     margin: 0;
  63. }
  64.  
  65. button {
  66.     font-family: 'Roboto', sans-serif !important;
  67.     font-weight: 700 !important;
  68. }
  69.  
  70. .no-shadow {
  71.     box-shadow: none !important;
  72. }
  73.  
  74. .root {
  75.     min-height: 100vh;
  76.     transition: opacity 0.25s ease-out 0s;
  77. }
  78.  
  79. .login-root,
  80. .homepage-root,
  81. .loginpage-root {
  82.     min-height: 100vh;
  83. }
  84.  
  85. .tlz-btn {
  86.     background-color: var(--green-lighter) !important;
  87.     margin-left: 3px !important;
  88.     margin-right: 3px !important;
  89. }
  90.  
  91. .tlz-datatable tr {
  92.     height: 64px;
  93. }
  94.  
  95. .v-btn--floating.v-btn--small .v-icon {
  96.     font-size: 21px !important;
  97. }
  98.  
  99. .rotate-180 {
  100.     transform: rotate(180deg);
  101. }
  102.  
  103. .pq-btn {
  104.     margin: 0 !important;
  105.     border-radius: 3px !important;
  106.     height: 40px !important;
  107. }
  108.  
  109. .pq-btn.v-btn--small {
  110.     height: 35px !important;
  111. }
  112.  
  113. .pq-btn.v-btn--small .v-btn__content .v-icon {
  114.     font-size: 16px !important;
  115. }
  116.  
  117. .pq-input {
  118.     margin-bottom: 25px !important;
  119. }
  120.  
  121. .pq-input input {
  122.     font-weight: 500;
  123.     max-height: 35px !important;
  124. }
  125.  
  126. .on-mobile .pq-btn {
  127.     font-size: 11px !important;
  128.     height: 35px !important;
  129.     padding: 0 10px;
  130. }
  131.  
  132. .pq-textarea textarea {
  133.     font-size: 14px !important;
  134. }
  135.  
  136. .pq-select .v-label {
  137.     font-size: 14px !important;
  138. }
  139.  
  140. .pq-select .v-input__control {
  141.     min-height: 35px !important;
  142. }
  143.  
  144. .pq-input .v-input__slot {
  145.     min-height: 58px !important;
  146.     border-radius: 3px !important;
  147. }
  148.  
  149. .v-select__selection--comma {
  150.     font-size: 14px !important;
  151. }
  152.  
  153. .pq-input .v-input__slot:before {
  154.     display: none !important;
  155. }
  156.  
  157. .btn-blue {
  158.     background-color: var(--blue-normal) !important;
  159.     color: var(--green-lighter) !important;
  160. }
  161.  
  162. .btn-gray-lighter {
  163.     background-color: var(--gray-lighter) !important;
  164.     color: var(--blue-normal) !important;
  165. }
  166.  
  167. .btn-red-lighter {
  168.     background-color: var(--red-lighter) !important;
  169.     color: var(--white) !important;
  170. }
  171.  
  172. .btn-green-lighter {
  173.     background-color: var(--green-lighter) !important;
  174.     color: var(--blue-normal) !important;
  175. }
  176.  
  177. .pq-btn[disabled='disabled'] {
  178.     background-color: #d2d2d2 !important;
  179.     color: var(--dark) !important;
  180. }
  181.  
  182. .v-menu__content {
  183.     z-index: 101 !important;
  184. }
  185.  
  186. .td-select-container .v-input {
  187.     max-width: 100px;
  188. }
  189.  
  190. table.v-table tbody td,
  191. table.v-table thead th {
  192.     vertical-align: middle;
  193.     font-weight: 500 !important;
  194. }
  195. table.v-table tbody td {
  196.     font-size: 14px !important;
  197. }
  198.  
  199. .v-input .v-label,
  200. .v-textarea textarea,
  201. .v-select.v-text-field input,
  202. .small-text label {
  203.     font-size: 14px !important;
  204.     font-weight: 500 !important;
  205. }
  206.  
  207. .text-center {
  208.     text-align: center;
  209. }
  210.  
  211. .w-100 {
  212.     width: 100% !important;
  213. }
  214.  
  215. .w-75 {
  216.     width: 75% !important;
  217. }
  218.  
  219. .w-25 {
  220.     width: 25% !important;
  221. }
  222.  
  223. .default-cursor {
  224.     cursor: default !important;
  225. }
  226.  
  227. .authenticated-main {
  228.     display: grid;
  229.     grid-template-columns: 1fr var(--notifications-width);
  230.     height: calc(100vh - var(--header-height));
  231.     overflow: visible;
  232.     margin-top: var(--header-height);
  233.     background-color: var(--white-gray);
  234. }
  235. .on-mobile.authenticated-main {
  236.     height: calc(100vh - 100px);
  237.     margin-top: 40px;
  238.     margin-bottom: 60px;
  239.     overflow: auto;
  240. }
  241.  
  242. .side-bar-closed .authenticated-main {
  243.     grid-template-columns: 1fr 0;
  244. }
  245.  
  246. .authenticated-dyn {
  247.     padding: 15px 0;
  248.     background-color: var(--white-gray);
  249.     width: calc(100vw - var(--notifications-width));
  250.     transition: all 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  251. }
  252.  
  253. .on-mobile .authenticated-dyn {
  254.     padding: 10px 0;
  255. }
  256.  
  257. .side-bar-closed .authenticated-dyn {
  258.     width: 100%;
  259.     transition: all 0.75s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  260. }
  261.  
  262. .mobile-dossiers-en-cours {
  263.     padding: 10px;
  264. }
  265.  
  266. .min-height-unset .v-input__slot {
  267.     min-height: unset !important;
  268. }
  269.  
  270. .user-menu-comp .user-menu-trigger-wrapper {
  271.     position: relative;
  272.     top: -10px;
  273. }
  274.  
  275. .v-btn--floating.v-btn--small .v-icon {
  276.     display: flex;
  277.     justify-content: center;
  278.     align-items: center;
  279. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement