render motds in topic and topics views
This commit is contained in:
@@ -1381,3 +1381,30 @@ footer {
|
||||
max-height: 300px;
|
||||
overflow: scroll;
|
||||
}
|
||||
|
||||
.motd {
|
||||
display: flex;
|
||||
background-color: #c1ceb1;
|
||||
border: 2px outset rgb(217.26, 220.38, 213.42);
|
||||
padding: 10px 15px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
.motd-icon-container {
|
||||
display: flex;
|
||||
min-width: 80px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.motd-content-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-self: center;
|
||||
flex-grow: 1;
|
||||
padding-right: 25%;
|
||||
}
|
||||
|
||||
.motd-title {
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user