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

no edit summary
(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:
.hfw_notice {
border: solid cornflowerblue;
padding: 15px
}
.hfw_notice_content {
display: flex;
justify-content: space-between;
border: solid cornflowerblue;
paddinggap: 15px1rem;
}
 
.hfw_notice_text {
.hfw_notice_content {
display: flex;
flex-direction: column;
margin: auto;
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;
}