mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-30 19:24:58 -04:00
11 lines
167 B
SCSS
11 lines
167 B
SCSS
.button {
|
|
|
|
&-secondary {
|
|
@include button($grey-1);
|
|
padding: 0.52632em 0.78947em 0.26316em 0.78947em;
|
|
@include inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
}
|