diff options
author | crupest <crupest@outlook.com> | 2021-07-01 17:54:04 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-07-01 17:54:04 +0800 |
commit | 88851e84f070207581f5dfa78a94e52194a2281b (patch) | |
tree | f9a0c2be1df48d7be842a8db66fb44b24d570bd7 /FrontEnd/src/views/common/index.css | |
parent | 672778ca5d9de5513c86d70394b2dd048639cdea (diff) | |
download | timeline-88851e84f070207581f5dfa78a94e52194a2281b.tar.gz timeline-88851e84f070207581f5dfa78a94e52194a2281b.tar.bz2 timeline-88851e84f070207581f5dfa78a94e52194a2281b.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/index.css')
-rw-r--r-- | FrontEnd/src/views/common/index.css | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/FrontEnd/src/views/common/index.css b/FrontEnd/src/views/common/index.css index 62167cfc..529e0e51 100644 --- a/FrontEnd/src/views/common/index.css +++ b/FrontEnd/src/views/common/index.css @@ -108,6 +108,10 @@ color: var(--cru-danger-color);
}
+.cru-text-center {
+ text-align: center;
+}
+
.cru-text-end {
text-align: end;
}
@@ -128,6 +132,11 @@ clear: both;
}
+.cru-fill-parent {
+ width: 100%;
+ height: 100%;
+}
+
.icon-button {
font-size: 1.4rem;
cursor: pointer;
@@ -160,20 +169,6 @@ border-radius: 50%;
}
-.cru-skeleton {
- padding: 0 1em;
-}
-
-.cru-skeleton-line {
- height: 1em;
- background-color: #e6e6e6;
- margin: 0.7em 0;
- border-radius: 0.2em;
-}
-.cru-skeleton-line.last {
- width: 50%;
-}
-
.cru-tab-pages-action-area {
display: flex;
align-items: center;
|