forked from matrix/element-web
css for HS userid warnings
This commit is contained in:
parent
d4696345d1
commit
8ad9728bef
|
@ -213,7 +213,7 @@ limitations under the License.
|
||||||
.mx_Login_error {
|
.mx_Login_error {
|
||||||
color: $warning-color;
|
color: $warning-color;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
width: 250px;
|
width: 300px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -224,4 +224,9 @@ limitations under the License.
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_Login_smallError {
|
||||||
|
font-size: 13px;
|
||||||
|
line-height: initial;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue