Refactor design ter
This commit is contained in:
parent
284967db32
commit
28e7ba725d
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -197,9 +197,9 @@
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
background: #ddd;
|
background: $timeline-1;
|
||||||
|
|
||||||
color: #333;
|
color: #222;
|
||||||
line-height: 30px;
|
line-height: 30px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
|
@ -215,7 +215,7 @@
|
||||||
|
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: 'icomoon';
|
font-family: 'icomoon';
|
||||||
color: #333;
|
color: #222;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@
|
||||||
|
|
||||||
/* Animation de hover*/
|
/* Animation de hover*/
|
||||||
& input[type='file']:hover + span.file-input{
|
& input[type='file']:hover + span.file-input{
|
||||||
background: #bbb;
|
background: darken($timeline-1, 10);
|
||||||
box-shadow: inset 0 0 5px #888;
|
box-shadow: inset 0 0 5px #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -268,21 +268,7 @@
|
||||||
|
|
||||||
/* Animation de @focus*/
|
/* Animation de @focus*/
|
||||||
&:focus{
|
&:focus{
|
||||||
border-color: $timeline-color;
|
border-color: $timeline-2;
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Before pour les submit
|
|
||||||
& input[type='submit'][data-store]{
|
|
||||||
|
|
||||||
&:before{
|
|
||||||
/* Icone de sauvegarde */
|
|
||||||
content: 'y ';
|
|
||||||
|
|
||||||
font-size: 1em;
|
|
||||||
font-family: 'icomoon';
|
|
||||||
color: #fff;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -349,8 +335,8 @@
|
||||||
|
|
||||||
// Animation de @focus
|
// Animation de @focus
|
||||||
&:focus{
|
&:focus{
|
||||||
border-color: $timeline-color;
|
border-color: $timeline-2;
|
||||||
background-image:url('/f/svg/bottom_arrow/st/container/#{color-str($timeline-color)}');
|
background-image:url('/f/svg/bottom_arrow/st/container/#{color-str($timeline-2)}');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue