diff options
author | crupest <crupest@outlook.com> | 2021-06-15 16:23:44 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-15 16:23:44 +0800 |
commit | ddce03a67708249eec129eb36744be460345bd75 (patch) | |
tree | 58417f657467e89d06c58b848db621c021803254 /FrontEnd/src/views/admin/index.css | |
parent | e0b766203d7576ab67b16ba556ba14120d0bc876 (diff) | |
download | timeline-ddce03a67708249eec129eb36744be460345bd75.tar.gz timeline-ddce03a67708249eec129eb36744be460345bd75.tar.bz2 timeline-ddce03a67708249eec129eb36744be460345bd75.zip |
...
Diffstat (limited to 'FrontEnd/src/views/admin/index.css')
-rw-r--r-- | FrontEnd/src/views/admin/index.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/FrontEnd/src/views/admin/index.css b/FrontEnd/src/views/admin/index.css new file mode 100644 index 00000000..00917600 --- /dev/null +++ b/FrontEnd/src/views/admin/index.css @@ -0,0 +1,19 @@ +.admin-user-item {
+ position: relative;
+}
+.admin-user-item .edit-mask {
+ position: absolute;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ right: 0;
+ background: #ffffffc5;
+ position: absolute;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-direction: column;
+}
+.admin-user-item .edit-mask button {
+ margin: 0.5em 2em;
+}
|