-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings-Add-on.css
134 lines (134 loc) · 2.6 KB
/
settings-Add-on.css
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
div{
display: block;
}
body{
font-family: 'Poppins', sans-serif;
}
.Add-on-title{
width: 100%;
min-width: 768px;
color: #2e2e2e;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
padding-top:15px;
clear: both;
}
.Add-on-title>h3{
margin: 30px 10px 30px 0;
font-size:21px;
font-weight:500;
line-height: 1.1;
color: #4e4c4c;
font-family:Arial,sans-serif;
}
.Add-on-client-box1,.Add-on-module-box1,.Add-on-module-box2,.Add-on-module-box3{
width: 300px;
border: 1px solid #d6d6d6;
border-radius: 8px;
height: 232px;
float:left;
min-height: 232px;
min-width: 300px;
margin: 10px;
}
.Add-on-client-box1:hover,.Add-on-module-box1:hover,.Add-on-module-box2:hover,.Add-on-module-box3:hover{
border: 1px solid #4bb063;
box-shadow: 0 0 0 1pt #4bb063;
border-color: transparent;
}
.Add-on-client-box1>h3{
margin :20px 0px 20px 0px;
font-size: 14px;
font-weight:700;
line-height:25px;
padding: 0 20px;
text-align:center;
color: #4e4c4c;
}
.Add-on-client-box1>button{
margin-left:25px;
padding:0 50px;
width:80%;
text-align: center;
background-color: transparent;
border-radius: 8px;
border: 1px solid #d6d6d6;
height: 40px;
font-size:14px;
color:#2e2e2e;
cursor: pointer;
}
.Add-on-client-box1>button:hover{
background-color:#e6e6e6;;
}
.Add-on-module-box2>h3,.Add-on-module-box3>h3,.Add-on-module-box1>h3{
margin :20px 0px 20px 0px;
font-size: 14px;
font-weight:700;
line-height:25px;
padding: 0 20px;
text-align:center;
}
.Add-on-module-box2>button,.Add-on-module-box3>button{
margin-left:25px;
padding:0 50px;
width:80%;
text-align: center;
background-color:#4bb063;
border-color: #49ac61;
border-radius: 8px;
border: 1px solid transparent;
height: 40px;
font-size:14px;
color: white;
text-align: center;
cursor: pointer;
}
.Add-on-module-box2>button:hover,.Add-on-module-box3>button:hover{
background-color:#62b876;
}
p{
width:255px;
height:95px;
padding: 0 20px;
font-size: 12px;
text-align: center;
color:#2e2e2e;
}
.button{
display: flex;
margin:10px
}
.btn-1,.btn-2{
height: 40px;
width:42%;
margin-left:17px;
text-align: center;
cursor: pointer;
border-radius: 8px;
font-size:14px;
outline: none;
}
.btn-2{
background-color: transparent;
border: 1px solid #d6d6d6;
color: #3e3e3e;
}
.btn-1{
border: 1px solid #4bb063;
background-color: transparent;
color:#4bb063;
}
.btn-1:hover{
background-color:#f7fff9;
}
.btn-2:hover{
background-color:#e6e6e6;
}
Button:active,
Button:focus
{
border:1px solid #4bb063;
outline: none;
}