/* config-meta-tabulator.component.scss */ .tabulator-container { padding: 16px; .toolbar { margin-bottom: 16px; .btn { margin-right: 8px; padding: 8px 16px; background: #007bff; color: white; border: none; border-radius: 4px; cursor: pointer; &:hover { background: #0056b3; } } } #tabulator-table { border: 1px solid #ddd; border-radius: 4px; } }