admin.css
1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
#help-notice {
margin-top: 10px;
}
#help-notice, #pp-sidebar-box {
background: white;
border: #9d9d9d 1px solid;
padding: 0px 20px;
}
.wrap-col-70 {
flex: 0 0 70%;
width: 70%;
}
.wrap-col-25 {
flex: 0 1 25%;
}
.wrap-row {
display: flex;
justify-content: space-between;
}
h2.nav-tab-wrapper {
display: inline-block;
}
div#pp-sidebar-box {
border: 3px dashed #c5c2c2;
border-radius: 10px;
margin-top: 9px;
}
#pp-sidebar-box {
line-height: 1.5;
word-spacing: 2px;
}
#pp-sidebar-box img.image {
width: 100%;
}
.pro-features {
font-size: 14px;
font-weight: 500;
}
.pro-tab-content {
color: #384d48;
position: relative;
background: #FFF;
padding: 20px;
margin: 20px 0;
border-radius: 6px;
box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 30%);
-webkit-box-shadow: 0px 0px 8px -2px rgb(0 0 0 / 30%);
-moz-box-shadow: 0px 0px 8px -2px rgba(0,0,0, 0.3);
-ms-box-shadow: 0px 0px 8px -2px rgba(0,0,0, 0.3);
-o-box-shadow: 0px 0px 8px -2px rgba(0,0,0, 0.3);
}
a.get_pro_btn {
margin-top: 20px;
display: block;
background: #2271b1;
padding: 10px 20px;
color: #FFF;
text-decoration: none;
border-radius: 30px;
font-weight: bold;
font-size: 16px;
width: 105px;
text-align: center;
}
.pro_container p {
margin: 0;
font-size: 14px;
}
a.nav-tab.getpro.nav-tab {
background: #ffab4a;
color: white;
border-color: #ffab4a;
}
input#password_protected_password_new, input#password_protected_password_confirm, input#password_protected_remember_me_lifetime, textarea#password_protected_allowed_ip_addresses {
width: 50% !important;
}