Sha256: c1450242dd154ce98b4cba9d1b717776edcdf855e994b2218ffff49bb945e6b6

Contents?: true

Size: 265 Bytes

Versions: 8

Compression:

Stored size: 265 Bytes

Contents

$blue: #3bbfce;
$margin: 16px;
$template: "scss.scss";

.main {
  background-image: url($template);
}

.content-navigation {
  border-color: $blue;
  color:
    darken($blue, 9%);
}

.border {
  padding: $margin / 2;
  margin: $margin / 2;
  border-color: $blue;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mango-0.9.0 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.8.0 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.7.1 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.7.0 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.6.3 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.6.2 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.6.1 spec/fixture/themes/default/stylesheets/scss.scss
mango-0.6.0 spec/fixture/themes/default/stylesheets/scss.scss