framework/extensions/flags/less/forum.less

73 lines
1.1 KiB
Plaintext
Raw Normal View History

.Post--flagged {
2015-09-04 11:56:51 +08:00
padding-top: 0 !important;
border: 2px solid @primary-color;
}
.Post-header .item-flagged {
2015-09-04 11:56:51 +08:00
display: block;
margin: 0;
}
.Post-flagged {
2015-09-04 11:56:51 +08:00
background: @primary-color;
margin-top: -2px;
margin-bottom: 20px;
margin-left: -22px;
margin-right: -22px;
padding: 10px;
border-radius: @border-radius @border-radius 0 0;
overflow: hidden;
.light-contents(@color: @body-bg; @control-color: @body-bg);
@media @tablet-up {
margin-left: -22px - 85px;
}
2015-09-04 11:56:51 +08:00
&, a {
color: @body-bg !important;
}
}
.Post-flagged-flags {
2015-09-04 11:56:51 +08:00
@media @tablet-up {
float: left;
}
font-size: 14px;
margin: 7px 10px;
text-align: left;
font-weight: bold;
}
.Post-flagged-detail {
2015-09-04 11:56:51 +08:00
font-size: 12px;
margin-left: 10px;
2015-09-04 11:56:51 +08:00
font-weight: normal;
}
.Post-flagged-actions {
@media @tablet-up {
float: right;
}
}
.Post-flagged-actions .Button {
2015-09-04 11:56:51 +08:00
margin-left: 5px;
}
.FlagsDropdown .Dropdown-toggle {
2015-09-04 11:56:51 +08:00
.Button-label,
.Button-caret {
display: none;
}
}
.FlagPostModal {
.Form-group {
margin-bottom: 20px;
}
.checkbox {
margin-bottom: 12px;
strong {
display: block;
color: @text-color;
}
}
}