Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
20
resources/sass/dashmix/mixins/_text-emphasis.scss
Normal file
20
resources/sass/dashmix/mixins/_text-emphasis.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Text emphasis
|
||||
// --------------------------------------------------
|
||||
|
||||
@mixin text-emphasis-variant($parent, $color, $ignore-warning: false) {
|
||||
#{$parent} {
|
||||
color: $color !important;
|
||||
}
|
||||
|
||||
a#{$parent} {
|
||||
&.link-fx::before {
|
||||
background-color: $color !important;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: darken($color, 10%) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user