aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/UserInfo.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-11-06 04:30:51 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit8c2b2cee1f8701479bafbd69069847e50e8f0d67 (patch)
treeda01fcbc17b705a74cb4b37b1b06d4b30dbaab29 /vnext/src/ui/UserInfo.css
parent7b14a8f3faf7672f0aefbf93d5c37f62a169b535 (diff)
webpack -> postcss+esbuild
Diffstat (limited to 'vnext/src/ui/UserInfo.css')
-rw-r--r--vnext/src/ui/UserInfo.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/vnext/src/ui/UserInfo.css b/vnext/src/ui/UserInfo.css
deleted file mode 100644
index 3e692a86..00000000
--- a/vnext/src/ui/UserInfo.css
+++ /dev/null
@@ -1,11 +0,0 @@
-.userinfo {
- padding: 40px;
- background-color: #fdfdfe;
- margin: 12px;
-}
-.info-avatar img {
- max-height: 36px;
- max-width: 36px;
- padding: 6px;
- vertical-align: middle;
-}