diff options
author | crupest <crupest@outlook.com> | 2021-06-15 17:04:25 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 17:04:25 +0800 |
commit | 1f242271a98900ca0a72a13ab05efbf65090df0d (patch) | |
tree | 5c12af1abd0ff240c6fb9bd4de02a810b6f9a41a /FrontEnd/src/index.css | |
parent | 57a4aa9bc47d3d38f66819f01f41ab10e9673667 (diff) | |
download | timeline-1f242271a98900ca0a72a13ab05efbf65090df0d.tar.gz timeline-1f242271a98900ca0a72a13ab05efbf65090df0d.tar.bz2 timeline-1f242271a98900ca0a72a13ab05efbf65090df0d.zip |
...
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index ff8c1866..8d428774 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -53,16 +53,6 @@ textarea { white-space: nowrap;
}
-.cru-card {
- border: 1px solid;
- border-color: #e9ecef;
- background: #f8f9fa;
- transition: all 0.3s;
-}
-
-.cru-card:hover {
- border-color: var(--tl-primary-color);
-}
.full-viewport-center-child {
position: fixed;
|