Template:Page warning/styles.css

From FHX Wiki
.template_pageWarning {
  display: flex;
  justify-content: start;
  border: solid #f7ef59 2px;
  border-left-width: 8px;
  background-color: #ffffad;
  padding:8px;
  border-radius: 4px;
}

.template_pageWarning .icon {
  align-content: center;
}


.template_pageWarning .content {
  align-content: center;
}