PluginProbe
AdOpt | Easy Multi-Regulations Cookie Banner. / trunk
AdOpt | Easy Multi-Regulations Cookie Banner. vtrunk
trunk 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9
adopt / includes / style.css

style.css in AdOpt | Easy Multi-Regulations Cookie Banner. trunk, at includes/style.css

64 lines 1022 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .masthead-adopt {
2 text-align: center;
3 margin: 30px 0 20px;
4 }
5 .masthead-logo-adopt {
6 max-height: 50px;
7 }
8 .card-adopt {
9 background-color: #fff;
10 text-align: center;
11 margin: 0 auto;
12 box-sizing: border-box;
13 box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
14 border: 1px solid #ccc;
15 border-radius: 4px;
16 padding: 30px 0;
17 }
18 .register-adopt {
19 color: rgb(0, 221, 128);
20 font-weight: 600;
21 }
22 .input-adopt {
23 width: 274px;
24 }
25 #submit {
26 border: rgb(0, 221, 128);
27 background-color: rgb(0, 221, 128);
28 font-weight: 600;
29 padding: 8px 30px;
30 color: black;
31 }
32
33 .btn-container {
34 margin-top: 20px;
35 }
36
37 .btn {
38 display: inline-block;
39 padding: 10px 20px;
40 background-color: #00dd80 !important;
41 color: #000;
42 text-decoration: none;
43 border-radius: 5px;
44 }
45
46 .btn:hover {
47 background-color: #009c61;
48 color: #000;
49 }
50
51 .documentation-link {
52 margin-top: 10px;
53 font-size: 14px;
54 }
55
56 .documentation-link a {
57 text-decoration: none;
58 color: #00dd80;
59 }
60
61 .documentation-link a:hover {
62 text-decoration: underline;
63 }
64