Skip to content

Commit 1b04a7e

Browse files
committed
Move .doc class as a child of .documentation to avoid namespace clashes.
1 parent e0bd90e commit 1b04a7e

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

docs/assets/theme-colors.less

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,18 @@ p {
3030

3131

3232
.documentation {
33-
width: 100%;
33+
width: 100%;
3434
height: 100px;
35+
36+
.doc {
37+
width: 33.3%;
38+
float: left;
39+
padding-top: 10px;
40+
padding-bottom: 10px;
41+
padding-left: 10px;
42+
padding-right: 10px;
43+
}
44+
3545
}
3646

3747
.btn.default.hollow {
@@ -48,15 +58,6 @@ p {
4858
background-color: #fff;
4959
}
5060

51-
.doc {
52-
width: 33.3%;
53-
float: left;
54-
padding-top: 10px;
55-
padding-bottom: 10px;
56-
padding-left: 10px;
57-
padding-right: 10px;
58-
}
59-
6061
@media (min-width: 768px) and (max-width: 990px) {
6162

6263
.btn.default.hollow {

0 commit comments

Comments
 (0)