Bez popisu
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.

service-register-config.component.scss 457B

123456789101112131415161718192021222324252627
  1. /* config-meta-tabulator.component.scss */
  2. .tabulator-container {
  3. padding: 16px;
  4. .toolbar {
  5. margin-bottom: 16px;
  6. .btn {
  7. margin-right: 8px;
  8. padding: 8px 16px;
  9. background: #007bff;
  10. color: white;
  11. border: none;
  12. border-radius: 4px;
  13. cursor: pointer;
  14. &:hover {
  15. background: #0056b3;
  16. }
  17. }
  18. }
  19. #tabulator-table {
  20. border: 1px solid #ddd;
  21. border-radius: 4px;
  22. }
  23. }