1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00
apt/_sass/component/_button.scss

15 lines
205 B
SCSS

.btn {
&:hover {
cursor: pointer;
color: $brand-color;
}
&-copy-code {
float: right;
.far, .fas {
color: $text-gray !important;
}
}
}