Merge branch 'ng-init' of framagit.org:framasoft/framadate/funky-framadate-front into ng-init

This commit is contained in:
newick 2019-08-12 11:59:04 +02:00
commit 458a80c6a7
3 changed files with 18 additions and 3 deletions

View File

@ -36,7 +36,6 @@
name="mail"
id="email"
autofocus="autofocus"
placeholder="mon e-mail"
/>
<input
type="submit"

View File

@ -16,6 +16,9 @@ input,
textarea,
select {
@extend .funky-box;
border:none;
border-bottom:2px solid $primary_color;
}
textarea {

View File

@ -1,6 +1,5 @@
@charset "UTF-8";
h1,
/*h1,
h2,
h3,
h4,
@ -8,3 +7,17 @@ h5,
h6 {
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;
}