Sha256: 3d4e95f174931d38d6c57b0569faffe0761dbc5cc39975c2be435b1bd971b983

Contents?: true

Size: 1.06 KB

Versions: 8

Compression:

Stored size: 1.06 KB

Contents

.swatch {
  position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	margin: 10px;
}

.swatch:after {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 2px;
  font-size: 10px;
  line-height: 12px;
  height: 12px;
  font-weight: 100;
  background-color: #f5f5f5;
  color: #888;
  opacity: 0.75;
}

.freshBlue:after { content: "Blue"; }
.freshRed:after { content: "Red"; }
.freshGold:after { content: "Gold"; }
.freshBlack:after { content: "Black"; }
.freshDarkGray:after { content: "DarkGray"; }
.freshGray:after { content: "Gray"; }
.freshGray:after { content: "Gray"; }
.freshLightGray:after { content: "LightGray"; }
.freshLighterGray:after { content: "LighterGray"; }

.freshBlue        { background-color: #6D99D3; }
.freshRed         { background-color: #B90020; }
.freshGold        { background-color: #C59E16; }
.freshBlack       { background-color: #5D5C5C; }
.freshDarkGray    { background-color: #5D5C5C; }
.freshGray        { background-color: #888; }
.freshLightGray   { background-color: #ddd; }
.freshLighterGray { background-color: #f5f5f5; }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
style-guide-0.7.3 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.7.2 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.7.0 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.6.2 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.6.1 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.6.0 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.5.0 spec/dummy/app/assets/stylesheets/swatches.css
style-guide-0.4.0 spec/dummy/app/assets/stylesheets/swatches.css