mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-18 19:45:58 +00:00
f51cf7db7b
When a user is blocked, the toast message provides insufficent information to the user. To provide more information, as well as a better design, the block message will be moved into a drawer. Bug: T165535 Change-Id: Ib025db3a8a4d1fd7bd05b69f9b5326943288372f Depends-On: I926918d0bd7f2176f188a2154dc5e99f6a8a7ad1
53 lines
658 B
Plaintext
53 lines
658 B
Plaintext
@import 'mediawiki.ui/variables';
|
|
|
|
.block-message {
|
|
h5 {
|
|
font-weight: bold;
|
|
}
|
|
h6 {
|
|
margin-bottom: 0.187em;
|
|
}
|
|
}
|
|
|
|
.block-message-icon {
|
|
float: left;
|
|
width: 20%;
|
|
margin-top: 0.3em;
|
|
}
|
|
|
|
.block-message-info {
|
|
float: left;
|
|
width: 80%;
|
|
text-align: left;
|
|
}
|
|
|
|
.block-message-item {
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.block-message-data {
|
|
margin-bottom: 1.875em;
|
|
}
|
|
|
|
.block-message-buttons button.cancel {
|
|
margin: 0;
|
|
}
|
|
|
|
.block-message-creator {
|
|
a {
|
|
color: inherit;
|
|
&:hover {
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
.mw-ui-icon {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin: 0 -@iconGutterWidth;
|
|
}
|
|
}
|
|
|
|
.block-message-title {
|
|
color: @colorDestructive;
|
|
}
|