mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-03 10:48:44 -04:00
9 lines
162 B
SCSS
9 lines
162 B
SCSS
|
|
.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;
|
||
|
|
}
|