forked from olton/metroui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbricks.less
More file actions
59 lines (52 loc) · 772 Bytes
/
Copy pathbricks.less
File metadata and controls
59 lines (52 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/*
* 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;
}