mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
c8564f6ccb
Bug: T238177 Change-Id: Iabc7cfa7595d60cbd0482340bd159002ee5a6b0e
61 lines
830 B
Plaintext
61 lines
830 B
Plaintext
.dt-ui-replyWidget {
|
|
> .oo-ui-textInputWidget {
|
|
max-width: none;
|
|
}
|
|
|
|
&-actionsWrapper {
|
|
display: flex;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
&-actions {
|
|
margin-left: 3em;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
&-terms {
|
|
flex-grow: 1;
|
|
font-size: 0.75em;
|
|
color: #54595d;
|
|
}
|
|
|
|
&-preview {
|
|
background: #f6f6f6;
|
|
padding: 0.5em 1em;
|
|
|
|
&:empty {
|
|
display: none;
|
|
}
|
|
|
|
&:before {
|
|
content: attr( data-label );
|
|
color: #808080;
|
|
}
|
|
|
|
> .mw-parser-output {
|
|
margin-left: -1.6em;
|
|
}
|
|
}
|
|
|
|
&-anonWarning {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 1em;
|
|
margin-bottom: 0.5em;
|
|
|
|
&.oo-ui-messageWidget-block {
|
|
padding: 8px 12px;
|
|
|
|
> .oo-ui-iconElement-icon {
|
|
background-position: center center;
|
|
transform: scale( 1.5 );
|
|
}
|
|
}
|
|
|
|
> .oo-ui-labelElement-label {
|
|
flex-grow: 1;
|
|
margin-left: 2.5em;
|
|
}
|
|
}
|
|
}
|