Button styling and states (#35)

This commit is contained in:
chapoi
2025-03-12 01:01:18 +08:00
committed by GitHub
parent a90b691505
commit cdf49bd516
4 changed files with 49 additions and 55 deletions
+4 -1
View File
@@ -66,7 +66,9 @@
}
}
.navigation-controls {
gap: var(--spacing-inline-s);
@include breakpoint(mobile-extra-large) {
gap: var(--spacing-inline-s);
}
}
}
}
@@ -201,6 +203,7 @@
}
.topic-admin-menu-trigger {
border-radius: 0;
background: var(--secondary);
border: 1px solid var(--tertiary-low);
}
}