style(admin): update button styles in AdultVerificationView and EroticModerationView

- Added new styles for buttons in the adult verification filters to enhance appearance and usability.
- Set minimum height, padding, and font size for consistency across both views.
This commit is contained in:
Torsten Schulz (local)
2026-03-27 11:25:56 +01:00
parent 207ef6266a
commit 82223676a6
2 changed files with 12 additions and 0 deletions

View File

@@ -243,6 +243,12 @@ export default {
color: #fff;
}
.adult-verification__filters button {
min-height: 34px;
padding: 0 14px;
font-size: 0.92rem;
}
.adult-verification table {
width: 100%;
border-collapse: collapse;

View File

@@ -205,6 +205,12 @@ export default {
color: #fff;
}
.adult-verification__filters button {
min-height: 34px;
padding: 0 14px;
font-size: 0.92rem;
}
.adult-verification table {
width: 100%;
border-collapse: collapse;