PluginProbe ʕ •ᴥ•ʔ
Flex Import / 2.2
Flex Import v2.2
2.9 trunk 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.2 2.3 2.4 2.5 2.6 2.7 2.8
flex-import / assets / css / dashboard-banner.css
flex-import / assets / css Last commit date
admin-style.css 11 months ago dashboard-banner.css 11 months ago fleximp-license-style.css 11 months ago
dashboard-banner.css
120 lines
1 @font-face {
2 font-family: 'Segoe UI Bold';
3 src: url('../font/Segoe UI Bold.ttf') format('truetype');
4 font-style: normal;
5 font-stretch: normal;
6 font-display: swap;
7 }
8 @font-face {
9 font-family: 'Segoe UI';
10 src: url('../font/Segoe UI.ttf') format('truetype');
11 font-style: normal;
12 font-stretch: normal;
13 font-display: swap;
14 }
15 @font-face {
16 font-family: 'Segoe UI Semibold';
17 src: url('../font/Segoe UI Semibold.ttf') format('truetype');
18 }
19 .notice.is-dismissible.fleximp{
20 background-size: 100% 100%;
21 padding: 0;
22 border: none;
23 }
24
25 .fleximp-notice-banner-wrap{
26 display: flex;
27 justify-content: center;
28 align-items: center;
29 width: 80%;
30 margin: 0 auto;
31 }
32 .fleximp-main-head{
33 font: 30px / 40px Segoe UI Bold !important;
34 color: #fff;
35 text-align: center;
36 margin: 0 !important;
37 padding: 0 !important;
38 }
39 .fleximp-notice-btn{
40 display: flex;
41 justify-content: center;
42 gap: 10px;
43 }
44 .fleximp-btn{
45 background: #000000;
46 border: 1px solid transparent;
47 padding: 7px 50px;
48 font: 16px / 23px Segoe UI Semibold !important;
49 letter-spacing: 0px;
50 color: #FFFFFF !important;
51 text-decoration: none;
52 border-radius: 7px;
53 display: inline-block;
54 }
55 .fleximp-btn:hover{
56 border: 1px solid #fff;
57 background: unset;
58 }
59 .fleximp-sub-head{
60 font: 18px / 24px Segoe UI !important;
61 letter-spacing: 0px;
62 color: #FFFFFF;
63 margin: 0 !important;
64 text-align: center;
65 }
66 .fleximp-notice-heading{
67 display: flex;
68 flex-direction: column;
69 gap: 10px;
70 padding: 10px 0;
71 }
72 .notice-dismiss:before{
73 font-size: 22px;
74 color: #fff;
75 }
76 .fleximp-btn:focus,.notice-dismiss:focus{
77 box-shadow:unset !important
78 }
79 .notice-dismiss:active:before, .notice-dismiss:focus:before, .notice-dismiss:hover:before{
80 color: #000;
81 }
82 @media screen and (max-width:1024px) {
83 .notice-dismiss {
84 padding: 3px;
85 }
86 .fleximp-sub-head {
87 font: 17px / 24px Segoe UI !important;
88 }
89 .fleximp-left-img-wrap{
90 width: 40%;
91 }
92 .fleximp-notice-heading{
93 width: 60%;
94 }
95 .fleximp-left-img-wrap img{
96 width: 100%;
97 }
98 .fleximp-main-head {
99 font: 25px / 32px Segoe UI Bold !important;
100 }
101 .fleximp-notice-banner-wrap{
102 padding: 10px;
103 width: 100%;
104 }
105 }
106 @media screen and (max-width:767px) {
107 .fleximp-notice-banner-wrap{
108 flex-direction: column;
109 width: 100%;
110 }
111 }
112 @media screen and (max-width:575px) {
113 .fleximp-notice-btn{
114 display: block;
115 text-align: center;
116 }
117 .fleximp-btn{
118 margin-bottom: 10px;
119 }
120 }