diff options
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;
|