Add .background-message to the default theme
Esse commit está contido em:
@@ -10,3 +10,32 @@
|
|||||||
.error-messages {
|
.error-messages {
|
||||||
color: @text-color-error;
|
color: @text-color-error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ul.background-message {
|
||||||
|
font-size: @font-size * 3;
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
li {
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.centered {
|
||||||
|
display: -webkit-flex;
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
|
||||||
|
-webkit-align-items: center;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
li {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Referência em uma Nova Issue
Bloquear um usuário