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.

13 lines
208 B

2 years ago
2 years ago
2 years ago
  1. body {
  2. -webkit-user-select: none;
  3. -moz-user-select: none;
  4. -ms-user-select: none;
  5. user-select: none;
  6. }
  7. .t-table__th-cell-inner {
  8. text-align: center;
  9. }
  10. .t-button--variant-text {
  11. padding-left: 0;
  12. }