mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 12:03:35 +08:00
10 lines
176 B
SCSS
10 lines
176 B
SCSS
.alert.alert-info {
|
|
margin-top: 1em;
|
|
margin-bottom: 0;
|
|
&.clickable {
|
|
// there are (n) new or updated topics, click to show
|
|
margin-top: 0;
|
|
padding: 1em;
|
|
}
|
|
}
|