mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-28 00:59:58 +00:00
ui/ include scss files in common (#1195)
* include scss files * exported color Co-authored-by: Leon <>
This commit is contained in:
parent
7c159fffc0
commit
de554f5fb6
@ -94,6 +94,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
"src/*.scss",
|
||||||
"dist"
|
"dist"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -25,4 +25,5 @@ $light-gray: #8F9BB2;
|
|||||||
failureColor: $failure-color;
|
failureColor: $failure-color;
|
||||||
blueGray: $blue-gray;
|
blueGray: $blue-gray;
|
||||||
lightGray: $light-gray;
|
lightGray: $light-gray;
|
||||||
|
contentSectionColor: $content-section-color;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user