Merge branch 'main' of https://github.com/DevDuCoffee/Nuit-De-L-Info-2020 into main
This commit is contained in:
commit
14227d0f30
2
.idea/workspace.xml
generated
2
.idea/workspace.xml
generated
@ -61,7 +61,7 @@
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1607026953826</updated>
|
||||
<workItem from="1607026956145" duration="14977000" />
|
||||
<workItem from="1607026956145" duration="16554000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
|
@ -130,12 +130,12 @@ input[type=text], input[type=password] {
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
input[type=text]:focus {
|
||||
input[type=text]:focus, input[type=password]:focus {
|
||||
background-color: #fff;
|
||||
border-bottom: 2px solid #197abb;
|
||||
}
|
||||
|
||||
input[type=text]::placeholder {
|
||||
input[type=text]::placeholder, input[type=password]::placeholder {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ input[type=button]:active, input[type=submit]:active, input[type=reset]:active
|
||||
transform: scale(0.95);
|
||||
}
|
||||
|
||||
input[type=text] {
|
||||
input[type=text], input[type=password]{
|
||||
background-color: #f6f6f6;
|
||||
border: none;
|
||||
color: #0d0d0d;
|
||||
@ -126,12 +126,12 @@ input[type=text] {
|
||||
transition: all 0.5s ease-in-out;
|
||||
}
|
||||
|
||||
input[type=text]:focus {
|
||||
input[type=text]:focus, input[type=password]:focus {
|
||||
background-color: #fff;
|
||||
border-bottom: 2px solid #197abb;
|
||||
}
|
||||
|
||||
input[type=text]::placeholder {
|
||||
input[type=text]::placeholder, input[type=password]::placeholder {
|
||||
color: #cccccc;
|
||||
}
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
<input type="text" id="prenom" class="fondu deuxieme" name="prenom" placeholder="Prenom">
|
||||
<input type="text" id="mail" class="fondu troisieme" name="mail" placeholder="E-mail">
|
||||
<input type="text" id="login" class="fondu quatrieme" name="login" placeholder="Nom d'utilisateur">
|
||||
<input type="text" id="password" class="fondu cinquieme" name="password" placeholder="Mot de passe">
|
||||
<input type="password" id="password" class="fondu cinquieme" name="password" placeholder="Mot de passe">
|
||||
<input type="submit" class="fondu sixieme" value="S'inscrire">
|
||||
</form>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user