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

From FHX Wiki
No edit summary
No edit summary
Line 1: Line 1:
.template_pageWarning {
.template_pageWarning {
   display: flex;
   display: flex;
  justify-content: start;
   border: solid #f7ef59 2px;
   border: solid #f7ef59 2px;
   border-left-width: 8px;
   border-left-width: 8px;
Line 6: Line 7:
   padding:8px;
   padding:8px;
   border-radius: 4px;
   border-radius: 4px;
}
.template_pageWarning .icon {
  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;
}