Untabified some sass files

This commit is contained in:
gballan1
2016-11-29 18:03:31 -05:00
parent 5dc1bcc792
commit ae4a1e81fa
9 changed files with 250 additions and 251 deletions

View File

@ -1,42 +1,42 @@
#about-header
margin-bottom: 25px
padding-bottom: 15px
background: white
img
+position(absolute, 0 null null 0)
+size(100% 480px)
/*+filter(blur(2px))
.about-band
margin-top: 405px
h2
margin-bottom: 20px
color: white
p
color: $text-color
margin-bottom: 25px
padding-bottom: 15px
background: white
img
+position(absolute, 0 null null 0)
+size(100% 480px)
/*+filter(blur(2px))
.about-band
margin-top: 405px
h2
margin-bottom: 20px
color: white
p
color: $text-color
#about-content
section
a
display: block
+position(absolute, 0 null null 15px)
+calc(width, "100% - 30px")
+calc(height, "100% - 20px")
border-radius: 5px
text-decoration: none
+transition(all, 300ms ease-in)
h3,
h4,
p
color: $text-color
&:hover
a
background: rgba(#000, .15)
hr
border-color: #bbb
section
a
display: block
+position(absolute, 0 null null 15px)
+calc(width, "100% - 30px")
+calc(height, "100% - 20px")
border-radius: 5px
text-decoration: none
+transition(all, 300ms ease-in)
h3,
h4,
p
color: $text-color
&:hover
a
background: rgba(#000, .15)
hr
border-color: #bbb

View File

@ -1,42 +1,42 @@
#contact-header
margin-top: -20px
text-align: center
margin-top: -20px
text-align: center
h1
color: white
font:
size: 34px
weight: bold
h1
color: white
font:
size: 34px
weight: bold
#contact-info
.card
max-width: 680px
margin-top: 15px
padding:
top: 20px
bottom: 20px
background: #f0f0f0
.card
max-width: 680px
margin-top: 15px
padding:
top: 20px
bottom: 20px
background: #f0f0f0
hr
border-color: #666
hr
border-color: #666
a,
p,
h3
text-align: center
font-size: 20px
a,
p,
h3
text-align: center
font-size: 20px
p
padding: 5px
color: #212121
p
padding: 5px
color: #212121
a
color: darkred
text-decoration: none
+transition(color 200ms ease-in-out)
a
color: darkred
text-decoration: none
+transition(color 200ms ease-in-out)
&:hover
color: red
&:hover
color: red
h3
margin-bottom: 15px
h3
margin-bottom: 15px

View File

@ -1,39 +1,39 @@
#featured
height: auto
margin: 0 auto 20px
padding: 5px
background: none
.hover-box
+transition(all, 200ms)
height: auto
margin: 0 auto 20px
padding: 5px
background: none
&:hover
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
.hover-box
+transition(all, 200ms)
div
margin-bottom: 25px
&:hover
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
a
display: block
width: 100%
//max-width: 500px
margin-left: auto
margin-right: auto
div
margin-bottom: 25px
a
display: block
width: 100%
//max-width: 500px
margin-left: auto
margin-right: auto
img
width: 100%
img
width: 100%
#wrapper-home
display: block
min-height: 300px
padding: 0
.content
margin: 0
padding: 0
.actions
#mailing-list
p
margin-bottom: 7px
text-align: center
display: block
min-height: 300px
padding: 0
.content
margin: 0
padding: 0
.actions
#mailing-list
p
margin-bottom: 7px
text-align: center

View File

@ -1,38 +1,37 @@
.shows-header
margin:
top: -20px
bottom: 20px
text-align: center
h3
color: #fff
font:
size: 26px
weight: bold
margin:
top: -20px
bottom: 20px
text-align: center
h3
color: #fff
font:
size: 26px
weight: bold
#shows-table
margin-top: 20px
margin-top: 20px
tr
border-bottom: 1px solid rgba(#999, .4)
&:last-child
border-bottom: none
td
vertical-align: middle
border: none
p,
a
font-size: 18px
color: white
a
font-weight: 600
text-decoration: underline
+transition(all, 200ms ease-in)
&:hover
color: $main-color
tr
border-bottom: 1px solid rgba(#999, .4)
&:last-child
border-bottom: none
td
vertical-align: middle
border: none
p,
a
font-size: 18px
color: white
a
font-weight: 600
text-decoration: underline
+transition(all, 200ms ease-in)
&:hover
color: $main-color