aboutsummaryrefslogtreecommitdiff
path: root/src-vue/src/style.css
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2024-12-22 23:55:52 +0100
committerGeckoEidechse <gecko.eidechse+git@pm.me>2024-12-22 23:55:52 +0100
commitf1dee718da95836ffa5c0985c9e8f5643e0f3f6f (patch)
tree24967a28bcae1fc1e5b08da9f58bcc678ed52937 /src-vue/src/style.css
parentcc5ae684221d3165479d7a68556a2bb6fa81cf3a (diff)
downloadFlightCore-f1dee718da95836ffa5c0985c9e8f5643e0f3f6f.tar.gz
FlightCore-f1dee718da95836ffa5c0985c9e8f5643e0f3f6f.zip
dev: Replace with sample Tauri 2.0 project
as a first step to convert FlightCore to Tauri 2.0
Diffstat (limited to 'src-vue/src/style.css')
-rw-r--r--src-vue/src/style.css56
1 files changed, 0 insertions, 56 deletions
diff --git a/src-vue/src/style.css b/src-vue/src/style.css
deleted file mode 100644
index d322a0dd..00000000
--- a/src-vue/src/style.css
+++ /dev/null
@@ -1,56 +0,0 @@
-* {
- box-sizing: border-box;
-}
-
-html, body {
- height: 100%;
- width: 100%;
-}
-
-body {
- margin: 0;
- font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
- --fc-menu_height: 50px;
- user-select: none;
-}
-
-#app {
- position: relative;
- height: 100%;
- width: 100%;
-}
-
-#fc_bg__container {
- background: url(/src/assets/mp_colony020033.jpg) center no-repeat;
- background-size: cover;
- height: 100%;
- width: 100%;
- position: fixed;
- filter: brightness(0.8);
- scale: 1.03;
-}
-
-.el-scrollbar {
- --el-scrollbar-opacity: 0.5;
- --el-scrollbar-hover-opacity: 0.7;
-}
-
-.fc-container {
- position: relative;
- padding-top: var(--fc-menu_height);
- height: 100%;
- color: white;
-}
-
-.noModMessage {
- color: white;
- margin: 30px 15px;
-}
-
-.fc_popper {
- width: auto !important;
-}
-
-.el-popconfirm {
- word-break: break-word;
-}