mirror of
https://github.com/discourse/discourse-category-banners
synced 2025-02-10 13:34:51 +00:00
50 lines
788 B
SCSS
50 lines
788 B
SCSS
div[class^="category-title-header"] {
|
|
display: flex;
|
|
text-align: center;
|
|
width: 100%;
|
|
justify-content: center;
|
|
|
|
.category-title-contents {
|
|
max-width: 500px;
|
|
padding: 40px;
|
|
|
|
.d-icon-lock {
|
|
height: 0.75em;
|
|
width: 0.75em;
|
|
margin-right: 0.25em;
|
|
}
|
|
|
|
.category-title {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.category-icon-widget {
|
|
display: inline;
|
|
|
|
.category-icon {
|
|
.d-icon {
|
|
height: 1.5em;
|
|
width: 1.5em;
|
|
margin-right: 0.75em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.category-title-description {
|
|
a,
|
|
a:visited {
|
|
color: inherit;
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
.category-header {
|
|
#main-outlet {
|
|
padding-top: 20px;
|
|
}
|
|
}
|