mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Remove secondary and tertiary button styles
We don’t use them anywhere (at least not the definitions in this stylesheet).
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
.secondary-button {
|
||||
@include button($grey-1);
|
||||
padding: 0.3em 0.1em 0.2em 0.1em;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.tertiary-button {
|
||||
@include button($grey-3);
|
||||
padding: 0.3em 0.1em 0.2em 0.1em;
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
text-align: left;
|
||||
}
|
||||
Reference in New Issue
Block a user