hookshot/docs/_site/style.css
Will Hunt d575e5fb2f
Add documentation on various things (#90)
* Add details on webhooks

* More doc things

* More docs

* More documentation changes

* Tidy tidy

* Lots more documentation

* Support defaults for all GitHub configuration options

* Add metrics changes

* s/Added/Add
2021-12-21 16:41:19 +00:00

26 lines
434 B
CSS

.notice {
border: 2px solid #0098d4;
border-left-width: 2px;
border-left-width: 5px;
background: #e5f5fb;
padding: 10px 20px;
}
.notice::before {
content: "INFO: ";
font-weight: 700;
}
.warning {
border: 2px solid #dda02f;
border-left-width: 2px;
border-left-width: 5px;
background: #fdcd74;
padding: 10px 20px;
}
.warning::before {
content: "WARNING: ";
font-weight: 700;
}