mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-24 04:10:57 -05: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;
|
||||
}
|
||||
@@ -51,7 +51,6 @@ $path: '/static/images/';
|
||||
@import 'components/radios';
|
||||
@import 'components/checkboxes';
|
||||
@import 'components/pill';
|
||||
@import 'components/secondary-button';
|
||||
@import 'components/show-more';
|
||||
@import 'components/message';
|
||||
@import 'components/research-mode';
|
||||
|
||||
Reference in New Issue
Block a user