File: D:/HostingSpaces/Neopoints/momsecurity.be/wwwroot/sass/site/_base.sass
/*
* Set up the html
*
* 1. Makes sue that some fonts are better rendered
*/
html
-webkit-font-smoothing: antialiased /* 2 */
-moz-osx-font-smoothing: grayscale
text-rendering: optimizeLegibility
/*
* Set up the body
*
* 1. Set font to lining figures
*/
body
margin: 0
font-family: 'Rubik', sans-serif
line-height: 1.6
font-feature-settings: 'lnum' /* 1 */
/*
* Set default settings for all elements
*
* 1. Default selection styling
*
*/
*
::selection /* 2 */
background: $blue
color: white
/*
* Set default styling for input and textarea
*
* 1. Set font because else the agent will overrule them with an ugly font
*/
input, textarea
font-family: $fontFamily /* 1 */
/*
* Set default styling for a button
*
*/
.button
display: inline-block
padding: 10px 20px
background-color: $brightBlue
border: 1px solid white
border-radius: 10px
text-decoration: none
color: white
.arrow
display: inline-block
margin-left: 25px
+sprite(-35px -1px, 15px, 10px)
transform: translate3d(0,0,0)
transition: transform 0.3s
&:hover
.arrow
transform: translate3d(5px, 0, 0)