2019-08-14 09:48:44 +00:00
|
|
|
.button {
|
|
|
|
&.icon {
|
|
|
|
padding-left: $space-normal;
|
|
|
|
padding-right: $space-normal;
|
2019-10-27 13:58:02 +00:00
|
|
|
|
2019-08-14 09:48:44 +00:00
|
|
|
i {
|
|
|
|
padding-right: $space-one;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.nice {
|
|
|
|
border-radius: $space-smaller;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.hollow {
|
|
|
|
&.link {
|
|
|
|
border-color: transparent;
|
|
|
|
padding-left: 0;
|
|
|
|
|
|
|
|
&:hover,
|
|
|
|
&:focus {
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
> .icon {
|
|
|
|
font-size: $font-size-mini;
|
|
|
|
margin-right: $space-smaller;
|
|
|
|
}
|
2019-10-27 13:58:02 +00:00
|
|
|
}
|