Template:Page warning/styles.css: Difference between revisions

From FHX Wiki
No edit summary
No edit summary
Line 10: Line 10:


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

Revision as of 21:33, 10 June 2024

.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;
}