mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
12 lines
176 B
SCSS
12 lines
176 B
SCSS
.alert {
|
|
margin: 15px 0 5px 0;
|
|
}
|
|
|
|
// there are (n) new or updated topics, click to show
|
|
.topic-list {
|
|
.alert {
|
|
margin: 0;
|
|
padding: 15px;
|
|
font-size: 120%;
|
|
}
|
|
}
|