# adopt/trunk/includes/style.css

AdOpt | Easy Multi-Regulations Cookie Banner., version trunk. 64 lines.

- Page: https://pluginprobe.com/plugins/adopt/trunk/code/includes/style.css
- Raw: https://pluginprobe.com/plugins/adopt/trunk/raw/includes/style.css
- Modified: 2023-10-13T18:32:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/adopt/trunk/code/includes/style.css#L10-L20`.

```css
.masthead-adopt {
  text-align: center;
  margin: 30px 0 20px;
}
.masthead-logo-adopt {
  max-height: 50px;
}
.card-adopt {
  background-color: #fff;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 30px 0;
}
.register-adopt {
  color: rgb(0, 221, 128);
  font-weight: 600;
}
.input-adopt {
  width: 274px;
}
#submit {
  border: rgb(0, 221, 128);
  background-color: rgb(0, 221, 128);
  font-weight: 600;
  padding: 8px 30px;
  color: black;
}

.btn-container {
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00dd80 !important;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}

.btn:hover {
  background-color: #009c61;
  color: #000;
}

.documentation-link {
  margin-top: 10px;
  font-size: 14px;
}

.documentation-link a {
  text-decoration: none;
  color: #00dd80;
}

.documentation-link a:hover {
  text-decoration: underline;
}

```
