PluginProbe
Plugin Detective – Troubleshooting Conflicts / 1.1.4
Plugin Detective – Troubleshooting Conflicts v1.1.4
1.2.35 1.2.33 1.2.32 1.2.31 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2 1.2.1 1.2.10 1.2.12 1.2.13 1.2.14 1.2.16 1.2.19 1.2.20 1.2.22 1.2.23 1.2.24 All 54 releases
plugin-detective / troubleshoot / app / src / assets / _global_classes.scss

_global_classes.scss in Plugin Detective – Troubleshooting Conflicts 1.1.4, at troubleshoot/app/src/assets/_global_classes.scss

30 lines 473 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .loading {
2 align-items: center;
3 display: flex;
4 justify-content: center;
5 left: 0;
6 min-height: 100vh;
7 position: absolute;
8 text-align: center;
9 top: 0;
10 width: 100%;
11 }
12
13 .fade-enter-active, .fade-leave-active {
14 transition: opacity 500ms;
15 }
16
17 .fade-enter, .fade-leave-to {
18 opacity: 0;
19 }
20
21 #app {
22 min-height: 100vh;
23 position: relative;
24 & > .fade-enter-active,
25 & > .fade-leave-active {
26 position: absolute;
27 top: 0;
28 width: 100%;
29 }
30 }