Refactor design ter

This commit is contained in:
xdrm-brackets 2016-04-25 10:51:43 +02:00
parent 284967db32
commit 28e7ba725d
9 changed files with 35 additions and 67 deletions

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

View File

@ -197,9 +197,9 @@
padding: 0 15px;
border-radius: 3px;
background: #ddd;
background: $timeline-1;
color: #333;
color: #222;
line-height: 30px;
font-weight: normal;
@ -215,7 +215,7 @@
font-size: 1em;
font-family: 'icomoon';
color: #333;
color: #222;
font-weight: bold;
}
@ -225,7 +225,7 @@
/* Animation de hover*/
& input[type='file']:hover + span.file-input{
background: #bbb;
background: darken($timeline-1, 10);
box-shadow: inset 0 0 5px #888;
}
@ -268,21 +268,7 @@
/* Animation de @focus*/
&:focus{
border-color: $timeline-color;
}
}
// 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;
border-color: $timeline-2;
}
}
@ -349,8 +335,8 @@
// Animation de @focus
&:focus{
border-color: $timeline-color;
background-image:url('/f/svg/bottom_arrow/st/container/#{color-str($timeline-color)}');
border-color: $timeline-2;
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