discourse/app/assets/stylesheets/mobile/alert.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
484 B
SCSS
Raw Normal View History

.alert.alert-info {
2019-04-17 21:37:42 +08:00
&.clickable {
// there are (n) new or updated topics, click to show
margin: 0;
2019-04-17 21:37:42 +08:00
padding: 1em;
}
}
.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;
}
}
}