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