update
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
// Backgrounds
|
||||
// ------------------------------------------------------------------
|
||||
|
||||
@mixin o-gradient($deg: 99deg , $startColor: $secondary, $endColor: #62495B, $startOffset: 10%, $endOffset: 90%){
|
||||
@mixin o-gradient($deg: 99deg , $startColor: $secondary, $endColor: #4080f7, $startOffset: 10%, $endOffset: 90%){
|
||||
background: mix($startColor, $endColor);
|
||||
background: linear-gradient($deg, $startColor $startOffset, $endColor $endOffset);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user