User:Aesulus/Vector 2022 banner.css: Difference between revisions

From Hololive Fan Wiki
Content added Content deleted
(Aesulus changed the content model of the page User:Aesulus/Vector 2022 banner.css from "CSS" to "Sanitized CSS": needed for templatestyles)
Tag: content model change
No edit summary
Line 1: Line 1:
.hfw_notice {
.hfw_notice {
border:solid cornflowerblue;
padding: 15px
}
.hfw_notice_content {
display: flex;
display: flex;
justify-content: space-between;
border: solid cornflowerblue;
padding: 15px;
gap: 1rem;
}
}


.hfw_notice_text {
.hfw_notice_content {
display: flex;
display: flex;
flex-direction: column;
margin: auto;
justify-content: center;
align-items: center;
}
}


.hfw_notice_text_title {
.hfw_notice_text_title {
font-weight: bold;
font-weight: bold;
}

.hfw_notice_buttons {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 0.5rem;
}
}

Revision as of 12:24, 24 July 2022

.hfw_notice {
  border:solid cornflowerblue;
  padding: 15px
}
.hfw_notice_content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.hfw_notice_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hfw_notice_text_title {
  font-weight: bold;
}

.hfw_notice_buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}