forked from tykayn/funky-framadate-front
Merge branch 'ng-init' of framagit.org:framasoft/framadate/funky-framadate-front into ng-init
This commit is contained in:
commit
458a80c6a7
@ -36,7 +36,6 @@
|
|||||||
name="mail"
|
name="mail"
|
||||||
id="email"
|
id="email"
|
||||||
autofocus="autofocus"
|
autofocus="autofocus"
|
||||||
placeholder="mon e-mail"
|
|
||||||
/>
|
/>
|
||||||
<input
|
<input
|
||||||
type="submit"
|
type="submit"
|
||||||
|
@ -16,6 +16,9 @@ input,
|
|||||||
textarea,
|
textarea,
|
||||||
select {
|
select {
|
||||||
@extend .funky-box;
|
@extend .funky-box;
|
||||||
|
border:none;
|
||||||
|
border-bottom:2px solid $primary_color;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
@charset "UTF-8";
|
@charset "UTF-8";
|
||||||
|
/*h1,
|
||||||
h1,
|
|
||||||
h2,
|
h2,
|
||||||
h3,
|
h3,
|
||||||
h4,
|
h4,
|
||||||
@ -8,3 +7,17 @@ h5,
|
|||||||
h6 {
|
h6 {
|
||||||
border-bottom: 1px solid $primary_color;
|
border-bottom: 1px solid $primary_color;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
h1{
|
||||||
|
display:inline-block;
|
||||||
|
}
|
||||||
|
h1::after{
|
||||||
|
content:"";
|
||||||
|
background-color:$primary_color;
|
||||||
|
display:block;
|
||||||
|
width:27.4%;
|
||||||
|
height:2px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-top:5px;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user