mini bugfix css

This commit is contained in:
xdrm-brackets 2016-12-20 23:24:25 +01:00
parent c37c749087
commit 49a3056dcd
4 changed files with 245 additions and 7 deletions

View File

@ -53,5 +53,5 @@ $header-height: 4em;
=========================================================*/ =========================================================*/
// Transforme une couleur hex en string sans le # // Transforme une couleur hex en string sans le #
@function color-str($color){ @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

View File

@ -545,7 +545,7 @@
&:hover{ &:hover{
border-color: darken(#07ca64, 15); border-color: darken(#07ca64, 15);
background-color: lighten(#07ca64, 50); // background-color: lighten(#07ca64, 50);
} }
} }