This commit is contained in:
2025-02-27 12:01:27 +07:00
parent 8135ed831d
commit 3b5a2fe97d
3 changed files with 4 additions and 3 deletions
@@ -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);
}