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:
parent
edcfec3674
commit
56c375f4d1
5 changed files with 53 additions and 48 deletions
15
_sass/component/_button.scss
Normal file
15
_sass/component/_button.scss
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
.btn {
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
color: $brand-color;
|
||||
}
|
||||
|
||||
&-copy-code {
|
||||
float: right;
|
||||
.far, .fas {
|
||||
color: $text-gray !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue