aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/timeline-common/index.css
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-06-15 22:17:47 +0800
committercrupest <crupest@outlook.com>2021-06-15 22:17:47 +0800
commitd7a216295c2b4dcd7e931c38edd25e1b7ef7a395 (patch)
tree52f48b7ea15ba5e3a96298e51633292487e75795 /FrontEnd/src/views/timeline-common/index.css
parentc94784c9693648c2376d1aeaeae379ddc0036a32 (diff)
downloadtimeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.tar.gz
timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.tar.bz2
timeline-d7a216295c2b4dcd7e931c38edd25e1b7ef7a395.zip
...
Diffstat (limited to 'FrontEnd/src/views/timeline-common/index.css')
-rw-r--r--FrontEnd/src/views/timeline-common/index.css46
1 files changed, 4 insertions, 42 deletions
diff --git a/FrontEnd/src/views/timeline-common/index.css b/FrontEnd/src/views/timeline-common/index.css
index 297e6156..6a5a6407 100644
--- a/FrontEnd/src/views/timeline-common/index.css
+++ b/FrontEnd/src/views/timeline-common/index.css
@@ -133,20 +133,15 @@
animation-name: timeline-line-node-loading;
}
-.timeline-item.timeline-post-edit {
- padding-bottom: 0;
-}
-
-.timeline-top {
- position: relative;
- text-align: right;
-}
-
.timeline-item {
position: relative;
padding: 0.5em;
}
+.timeline-item.timeline-post-edit {
+ padding-bottom: 0;
+}
+
.timeline-item-card {
position: relative;
padding: 0.3em 0.5em 1em 4em;
@@ -268,36 +263,3 @@
right: 10px;
top: 2px;
}
-
-.connection-status-badge {
- font-size: 0.8em;
- border-radius: 5px;
- padding: 0.1em 1em;
- background-color: #eaf2ff;
-}
-.connection-status-badge::before {
- width: 10px;
- height: 10px;
- border-radius: 50%;
- display: inline-block;
- content: "";
- margin-right: 0.6em;
-}
-.connection-status-badge.success {
- color: #006100;
-}
-.connection-status-badge.success::before {
- background-color: #006100;
-}
-.connection-status-badge.warning {
- color: #e4a700;
-}
-.connection-status-badge.warning::before {
- background-color: #e4a700;
-}
-.connection-status-badge.danger {
- color: #fd1616;
-}
-.connection-status-badge.danger::before {
- background-color: #fd1616;
-}