Sha256: 82936a369e17dcf40b810461bf5183a911527c33d7270f6e759833cfb304cb3c
Contents?: true
Size: 772 Bytes
Versions: 7
Compression:
Stored size: 772 Bytes
Contents
/* * Metro UI CSS * Copyright 2012 Sergey Pimenov * Licensed under the MIT Lilcense * * Bricks.less * */ .item-margin { margin: 0 @subunit*2 @subunit*2 0; } .column-margin { margin: 0 @unit @subunit*2 0; } .group-margin { margin: 0 @unit*4 @subunit*2 0; } [class*="-brick"] { } .brick { .pos-rel; .item-margin; .as-block; } .short-brick { .brick; width: 150px; height: 150px; } .medium-brick { .brick; width: 310px; height: 150px; } /* .badge { .brick; width: @subunit*7; height: @subunit*6; padding-top: @subunit; #font > .control; color: @darken; text-align: center; } */ .square { display: block; float: left; margin-right: 10px; height: 20px; width: 20px; }
Version data entries
7 entries across 7 versions & 3 rubygems