2015-01-24 15:39:44 +08:00
|
|
|
.alert.alert-info {
|
2019-04-17 21:37:42 +08:00
|
|
|
&.clickable {
|
2020-05-23 12:56:13 +08:00
|
|
|
// there are (n) new or updated topics, click to show
|
2021-06-25 03:21:11 +08:00
|
|
|
margin: 0;
|
2019-04-17 21:37:42 +08:00
|
|
|
padding: 1em;
|
|
|
|
}
|
2014-10-20 14:01:19 +08:00
|
|
|
}
|
2022-08-10 02:43:42 +08:00
|
|
|
|
|
|
|
.alert-bootstrap-mode {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
.col-button {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
padding-top: 10px;
|
|
|
|
justify-content: center;
|
|
|
|
.alert--button,
|
|
|
|
.alert--link {
|
|
|
|
align-self: center;
|
|
|
|
}
|
|
|
|
.alert--link {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|