mirror of https://gitee.com/bigwinds/arangodb
scss
This commit is contained in:
parent
d004147a5c
commit
e2b3b16bf1
|
@ -451,6 +451,10 @@
|
||||||
"Username",
|
"Username",
|
||||||
true,
|
true,
|
||||||
[
|
[
|
||||||
|
{
|
||||||
|
rule: Joi.string().regex(/^[a-zA-Z0-9\-_]*$/),
|
||||||
|
msg: 'Only symbols, "_" and "-" are allowed.'
|
||||||
|
},
|
||||||
{
|
{
|
||||||
rule: Joi.string().required(),
|
rule: Joi.string().required(),
|
||||||
msg: "No username given."
|
msg: "No username given."
|
||||||
|
|
|
@ -123,6 +123,7 @@ $iconsize: 50px;
|
||||||
height: $iconsize;
|
height: $iconsize;
|
||||||
margin-left: 90px;
|
margin-left: 90px;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
position: absolute;
|
||||||
width: $iconsize;
|
width: $iconsize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue