Skip to content

Instantly share code, notes, and snippets.

@bensmithett
Created July 21, 2014 23:17
Show Gist options
  • Save bensmithett/6389472a34d3473cb583 to your computer and use it in GitHub Desktop.
Save bensmithett/6389472a34d3473cb583 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v0.12.6)
// ----
.text-label-beta
//-------------------------------
// Size
//-------------------------------
&.-size-small
padding: 4px 4px 3px
border-radius: 3px
font-size: 9px
font-weight: bold
text-transform: uppercase
//-------------------------------
// Position
//-------------------------------
&.-position-top
vertical-align: top
//-------------------------------
// Presets
//-------------------------------
&.-preset-user-green
@extend .-color-green
@extend .-size-small
@extend .-position-top
@extend .-link
&.-preset-user-grey
@extend .-color-grey
@extend .-size-small
@extend .-position-top
@extend .-link
.other-module
&.-color-grey
background: WARNING
.text-label-beta.-size-small, .text-label-beta.-preset-user-green, .text-label-beta.-preset-user-grey {
padding: 4px 4px 3px;
border-radius: 3px;
font-size: 9px;
font-weight: bold;
text-transform: uppercase;
}
.text-label-beta.-position-top, .text-label-beta.-preset-user-green, .text-label-beta.-preset-user-grey {
vertical-align: top;
}
.other-module.-color-grey, .other-module.text-label-beta.-preset-user-grey {
background: WARNING;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment