website/assets/sass/partials/_base.sass

42 lines
980 B
Sass
Raw Normal View History

2015-08-30 12:34:43 -04:00
*
2016-11-29 18:03:31 -05:00
margin: 0px
padding: 0px
font-family: "Open Sans", sans-serif
font-size: 14px
2015-08-30 12:34:43 -04:00
html
2016-11-29 18:03:31 -05:00
width: 100%
+calc(height, "100% - 200px")
2015-08-30 12:34:43 -04:00
body
2016-11-29 18:03:31 -05:00
+size(100% auto)
height: 100%
2015-08-30 12:34:43 -04:00
#wrapper
2016-11-29 18:03:31 -05:00
+size(100% auto)
min-height: 100%
margin-bottom: 200px
padding-bottom: 50px
background: url(/img/bg2.jpg) no-repeat center center fixed
+background-size(cover)
2015-08-30 12:34:43 -04:00
#header
2016-11-29 18:03:31 -05:00
display: block
padding: -10px 0
text-align: center
2015-08-30 12:34:43 -04:00
/* Box shadow styles used for material design
.shadow-0
2016-11-29 18:03:31 -05:00
border: 1px solid #eee
2015-08-30 12:34:43 -04:00
.shadow-1
2016-11-29 18:03:31 -05:00
box-shadow: 0 2px 10px 0 rgba(#000, 0.16), 0 2px 5px 0 rgba(#000, 0.26)
2015-08-30 12:34:43 -04:00
.shadow-2
2016-11-29 18:03:31 -05:00
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
2015-08-30 12:34:43 -04:00
.shadow-3
2016-11-29 18:03:31 -05:00
box-shadow: 0 17px 50px 0 rgba(#000, 0.19), 0 12px 15px 0 rgba(#000, 0.24)
2015-08-30 12:34:43 -04:00
.shadow-4
2016-11-29 18:03:31 -05:00
box-shadow: 0 25px 55px 0 rgba(#000, 0.21), 0 16px 28px 0 rgba(#000, 0.22)
2015-08-30 12:34:43 -04:00
.shadow-5
2016-11-29 18:03:31 -05:00
box-shadow: 0 40px 77px 0 rgba(#000, 0.22), 0 27px 24px 0 rgba(#000, 0.2)