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:
Chris Hill-Scott
2019-04-25 17:16:14 +01:00
parent b77b427ed8
commit bb19617bb1
2 changed files with 0 additions and 18 deletions

View File

@@ -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;
}

View File

@@ -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';