1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-18 04:50:03 +02:00

sass/_base.scss: move alot of code to their own files.

This commit is contained in:
Henrik Hautakoski 2022-01-25 16:26:47 +01:00
parent edcfec3674
commit 56c375f4d1
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
5 changed files with 53 additions and 48 deletions

View file

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