style: Welcome page tweaks for long texts. Removing Prettier unnecessary changes

This commit is contained in:
Silvia Rebelo 2018-10-19 10:55:45 +01:00 committed by Damiano Petrungaro
parent 1d86d5ffcc
commit 9156f6659e

View File

@ -45,13 +45,13 @@
color: $welcome-action-color;
border: 1px solid $welcome-action-color;
margin-right: $gap-md;
transition: background-color 0.3s ease, color 0.3s ease;
transition: background-color .3s ease, color .3s ease;
&:last-child {
margin-right: 0;
}
&:hover {
background-color: $welcome-action-color;
color: get-color-accessible-for-background($welcome-action-color);
color: get-color-accessible-for-background($welcome-action-color)
}
}
@ -81,3 +81,4 @@
}
}
}