1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

Ignore styling on footer when using bitButton or bitIconButton

This commit is contained in:
Daniel James Smith
2025-03-12 11:05:56 +01:00
parent 2fe42c08f2
commit fcfb9ac413

View File

@@ -1,7 +1,7 @@
@import "variables.scss";
.btn,
.vault .footer button,
.vault .footer button:not([bitButton]):not([bitIconButton]),
.modal-footer button {
border-radius: $border-radius;
padding: 7px 15px;