mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
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"
|
||||
id="email"
|
||||
autofocus="autofocus"
|
||||
placeholder="mon e-mail"
|
||||
/>
|
||||
<input
|
||||
type="submit"
|
||||
|
@ -16,6 +16,9 @@ input,
|
||||
textarea,
|
||||
select {
|
||||
@extend .funky-box;
|
||||
border:none;
|
||||
border-bottom:2px solid $primary_color;
|
||||
|
||||
}
|
||||
|
||||
textarea {
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user