From 70c3443585eadde606e98fb196e29cf3216e96d9 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 11 Nov 2020 19:50:21 +0800 Subject: feat: Change timeline background. --- FrontEnd/src/app/views/timeline-common/timeline-background.svg | 4 ---- FrontEnd/src/app/views/timeline-common/timeline-common.sass | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 FrontEnd/src/app/views/timeline-common/timeline-background.svg (limited to 'FrontEnd/src') diff --git a/FrontEnd/src/app/views/timeline-common/timeline-background.svg b/FrontEnd/src/app/views/timeline-common/timeline-background.svg deleted file mode 100644 index 760b0e8c..00000000 --- a/FrontEnd/src/app/views/timeline-common/timeline-background.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/FrontEnd/src/app/views/timeline-common/timeline-common.sass b/FrontEnd/src/app/views/timeline-common/timeline-common.sass index f5e28c79..0a03c841 100644 --- a/FrontEnd/src/app/views/timeline-common/timeline-common.sass +++ b/FrontEnd/src/app/views/timeline-common/timeline-common.sass @@ -171,6 +171,4 @@ $timeline-line-color-current: #36c2e6 right: 0 top: 0 bottom: 0 - background-image: url("views/timeline-common/timeline-background.svg") - background-size: 100% auto - background-repeat: no-repeat repeat + background: #fff1cc -- cgit v1.2.3