mini bugfix css
This commit is contained in:
parent
c37c749087
commit
49a3056dcd
|
@ -53,5 +53,5 @@ $header-height: 4em;
|
|||
=========================================================*/
|
||||
// Transforme une couleur hex en string sans le #
|
||||
@function color-str($color){
|
||||
@return str-slice(#{$color}, 2, str-length(#{$color}));
|
||||
@return str-slice("#{$color}", 2, str-length("#{$color}"));
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -545,7 +545,7 @@
|
|||
|
||||
&:hover{
|
||||
border-color: darken(#07ca64, 15);
|
||||
background-color: lighten(#07ca64, 50);
|
||||
// background-color: lighten(#07ca64, 50);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue