discourse/app/assets/stylesheets/common/modal/user-status.scss

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

29 lines
417 B
SCSS
Raw Normal View History

2022-05-27 17:15:14 +08:00
.user-status.modal {
.d-modal {
&__footer {
.delete-status {
margin-left: auto;
margin-right: 0;
}
2022-05-27 17:15:14 +08:00
}
&__body {
.control-group-remove-status {
margin-top: 25px;
}
2022-05-27 17:15:14 +08:00
.pause-notifications {
margin-top: 1.5em;
}
.control-label {
font-weight: 700;
}
.tap-tile:last-child {
border: 0;
}
}
2022-05-27 17:15:14 +08:00
}
}