mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 11:46:23 +00:00
22 lines
214 B
SCSS
Executable File
22 lines
214 B
SCSS
Executable File
/**
|
|
*
|
|
* Link
|
|
*
|
|
**/
|
|
|
|
a {
|
|
color: $colorBlue;
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.cta--primary {
|
|
@include style-cta($colorBlue, $icon-chevron-right);
|
|
}
|
|
|
|
.cta--secondary {
|
|
@include style-cta($colorBlue);
|
|
}
|