Skip to content

Instantly share code, notes, and snippets.

@rubiadias
Forked from letanure/teste.sass
Created February 7, 2013 18:58
Show Gist options
  • Save rubiadias/4733238 to your computer and use it in GitHub Desktop.
Save rubiadias/4733238 to your computer and use it in GitHub Desktop.
.audi-info-details
+size(505px, 106px)
margin: 0 0 0 15px
float: left
h2
+text-shadow(#999 0 -1px 0px)
+box-shadow(rgba(0,0,0,0.3) 1px 1px 2px 0)
background: $azul-logo
padding: 5px 0 5px 10px
color: #fff
line-height: 25px
font-size: 18px
position: relative
&:before
+absTR(0, -15px)
+size(15px, 35px)
+box-shadow(rgba(0,0,0,0.3) 1px 1px 2px 0)
z-index: 1
background: $azul-logo
content: ''
&:after
+absTR(30px, -20px)
+size(0, 0)
z-index: 0
content: ''
border: 5px solid
border-color: transparent transparent transparent darken($azul-logo, 10)
span
display: inline-block
+ellipsis()
&:nth-child(1)
width: 320px
&:nth-child(2)
+icon("calendar-white.png", 0, 0, 1, 25px)
text-indent: 30px
&:nth-child(3)
+icon("clock-white.png", 0, 0, 1, 25px)
text-indent: 30px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment