diff options
author | Emiliano Ciavatta | 2020-10-08 09:16:38 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-08 09:16:38 +0000 |
commit | 2b2b8e66e7244592672c283fe7bb5d9a1fd9da99 (patch) | |
tree | 9a1d35e7a16246ad22feb64e16018e2ed1b93948 /frontend/src/views/Footer.scss | |
parent | 659833be506e86de277d23f4b48ecce422cfaa5d (diff) |
Minor changes
Diffstat (limited to 'frontend/src/views/Footer.scss')
-rw-r--r-- | frontend/src/views/Footer.scss | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/frontend/src/views/Footer.scss b/frontend/src/views/Footer.scss deleted file mode 100644 index 14360d4..0000000 --- a/frontend/src/views/Footer.scss +++ /dev/null @@ -1,22 +0,0 @@ -@import "../colors.scss"; - -.footer { - padding: 15px; - - .time-line { - position: relative; - background-color: $color-primary-0; - - .metric-selection { - font-size: 0.8em; - position: absolute; - top: 5px; - right: 10px; - } - } - - svg text { - font-family: "Fira Code", monospace !important; - fill: $color-primary-4 !important; - } -} |