diff options
author | crupest <crupest@outlook.com> | 2020-11-20 19:36:26 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-20 19:36:26 +0800 |
commit | ff24d0e126201f2c51e1a7bc32489317e02a12f1 (patch) | |
tree | 3166136fece796ddca61ae294ce7e455fbf3d395 /FrontEnd/src/app/views/admin/admin.sass | |
parent | 6ec8eca60e9138521fa1e85e560559427e8698c3 (diff) | |
download | timeline-ff24d0e126201f2c51e1a7bc32489317e02a12f1.tar.gz timeline-ff24d0e126201f2c51e1a7bc32489317e02a12f1.tar.bz2 timeline-ff24d0e126201f2c51e1a7bc32489317e02a12f1.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/admin/admin.sass')
-rw-r--r-- | FrontEnd/src/app/views/admin/admin.sass | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/admin/admin.sass b/FrontEnd/src/app/views/admin/admin.sass index e69de29b..8eac7e49 100644 --- a/FrontEnd/src/app/views/admin/admin.sass +++ b/FrontEnd/src/app/views/admin/admin.sass @@ -0,0 +1,19 @@ +.admin-user-item
+ position: relative
+
+ .edit-mask
+ position: absolute
+ top: 0
+ left: 0
+ bottom: 0
+ right: 0
+
+ background: #ffffffc5
+ position: absolute
+
+ display: flex
+ justify-content: center
+ align-items: center
+
+ button
+ margin: 0 2em
|