website/assets/sass/pages/_contact.sass

43 lines
503 B
Sass
Raw Normal View History

2015-08-30 12:34:43 -04:00
#contact-header
2016-11-18 12:36:33 -05:00
margin-top: -20px
2015-08-30 12:34:43 -04:00
text-align: center
2016-11-18 12:36:33 -05:00
2015-08-30 12:34:43 -04:00
h1
color: white
font:
size: 34px
weight: bold
#contact-info
.card
max-width: 680px
margin-top: 15px
padding:
top: 20px
bottom: 20px
background: #f0f0f0
hr
border-color: #666
2016-11-18 12:36:33 -05:00
2015-08-30 12:34:43 -04:00
a,
p,
h3
text-align: center
font-size: 20px
2016-11-18 12:36:33 -05:00
2015-08-30 12:34:43 -04:00
p
padding: 5px
color: #212121
2016-11-18 12:36:33 -05:00
2015-08-30 12:34:43 -04:00
a
color: darkred
text-decoration: none
+transition(color 200ms ease-in-out)
2016-11-18 12:36:33 -05:00
2015-08-30 12:34:43 -04:00
&:hover
color: red
2016-11-18 12:36:33 -05:00
2015-08-30 12:34:43 -04:00
h3
2016-11-18 12:36:33 -05:00
margin-bottom: 15px