# af-companion/trunk/assets/css/notice.css

AF Companion – Starter Sites, Speed Booster &amp; Growth Suite for Professional Publishing, version trunk. 58 lines.

- Page: https://pluginprobe.com/plugins/af-companion/trunk/code/assets/css/notice.css
- Raw: https://pluginprobe.com/plugins/af-companion/trunk/raw/assets/css/notice.css
- Modified: 2023-12-22T06:01:58+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/af-companion/trunk/code/assets/css/notice.css#L10-L20`.

```css
div.theme-review-notice,
div.aftc-notice {
  position: relative;
  padding: 10px 50px 10px 10px;
}

.aftc-notice .links {
  padding-bottom: 10px;
}

.theme-review-notice .links {
  margin: 10px 0;
}

.theme-review-notice .links a {
  margin-left: 10px;
}

.aftc-notice .links a .dashicons,
.theme-review-notice .links a .dashicons {
  line-height: 1.6;
  font-size: 18px;
}

.theme-review-notice .links a.button-primary {
  margin-left: 0;
}

a.aftc-notice-dismiss {
  text-decoration: none;
}

.aftc-notice a{
  color: #4343f0;
}

.aftc-notice a.button{
  border-color: #4343f0;
  color: #4343f0;
}

.aftc-notice a.button-normal{
  border: none;
}

.aftc-notice a.button-primary{
  background-color: #4343f0;
  color: #ffffff;
}


.aft-notice-wrapper .button.installing:before, 
.aft-notice-wrapper .button.updating-message:before, 
.aft-notice-wrapper .import-php .updating-message:before, 
.aft-notice-wrapper .update-message p:before, 
.aft-notice-wrapper .updating-message p:before{
color: #ffffff;
}
```
