1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-02 14:07:31 +00:00

little register logic

This commit is contained in:
devfake
2015-06-23 15:10:01 +02:00
parent 75990b84c7
commit 313c660ba5
4 changed files with 25 additions and 4 deletions

View File

@@ -101,4 +101,13 @@
}
:-ms-input-placeholder {
color: darken(#8798ac, 10%);
}
.form-error {
float: left;
clear: both;
color: #c64b4b;
font-size: 15px;
margin: 20px 0;
display: none;
}