diff options
author | crupest <crupest@outlook.com> | 2021-06-15 17:20:00 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 17:20:00 +0800 |
commit | 5c979373b53f40f2d0f263f52071caf8ab188e44 (patch) | |
tree | e9c7ab8a53c65e6ab68bd2d6be32f3807b57eee0 /FrontEnd/src/index.css | |
parent | d80619016375d15b05d0f13e5bf68e0d9581aff6 (diff) | |
download | timeline-5c979373b53f40f2d0f263f52071caf8ab188e44.tar.gz timeline-5c979373b53f40f2d0f263f52071caf8ab188e44.tar.bz2 timeline-5c979373b53f40f2d0f263f52071caf8ab188e44.zip |
...
Diffstat (limited to 'FrontEnd/src/index.css')
-rw-r--r-- | FrontEnd/src/index.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/FrontEnd/src/index.css b/FrontEnd/src/index.css index 8d428774..e102fbb4 100644 --- a/FrontEnd/src/index.css +++ b/FrontEnd/src/index.css @@ -39,8 +39,6 @@ small { font-size: 1.6rem;
}
-
-
.cursor-pointer {
cursor: pointer;
}
@@ -53,7 +51,6 @@ textarea { white-space: nowrap;
}
-
.full-viewport-center-child {
position: fixed;
width: 100vw;
|