mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-26 20:34:18 +00:00
MODULE-TYPO
- Sass set-up - md-list - md-theming (install)
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
*
|
||||
* Link
|
||||
*
|
||||
**/
|
||||
|
||||
a {
|
||||
color: $colorBlue;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.cta--primary {
|
||||
@include style-cta($colorBlue, $icon-chevron-right);
|
||||
}
|
||||
|
||||
.cta--secondary {
|
||||
@include style-cta($colorBlue);
|
||||
}
|
||||
Reference in New Issue
Block a user