mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
15 lines
205 B
SCSS
15 lines
205 B
SCSS
|
|
.btn {
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
color: $brand-color;
|
|
}
|
|
|
|
&-copy-code {
|
|
float: right;
|
|
.far, .fas {
|
|
color: $text-gray !important;
|
|
}
|
|
}
|
|
}
|