mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
8 lines
133 B
SCSS
8 lines
133 B
SCSS
.alert.alert-info {
|
|
&.clickable {
|
|
// there are (n) new or updated topics, click to show
|
|
margin: 0;
|
|
padding: 1em;
|
|
}
|
|
}
|