3bf7c399f9acbeac1467475ecb552c87af0a8d50
[yaffs-website] / vendor / geedmo / yamm3 / demo / css / demo.css
1 /*!
2  * Yamm!3
3  * Yet another megamenu for Bootstrap
4  * http://geedmo.github.com/yamm3
5  *
6  * Demo styles
7  */
8
9 /* layout */
10 body {
11   padding-bottom: 40px;
12   color: #666;
13 }
14 pre { margin: 0; padding: 10px 20px !important;}
15
16 footer {
17   margin-top: 200px;
18 }
19
20 .container, .jumbotron .container { width: auto; max-width: 1170px; }
21
22 .jumbotron {
23   margin: 60px 0;
24   padding-left: 0;
25   padding-right: 0;
26 }
27   .jumbotron.intro {
28     margin-top: 0;
29   }
30
31   .jumbotron .navbar {
32     font-size: 14px;
33     line-height: 1.6;
34   }
35
36 /* menu styes */
37 .list-unstyled,
38 .list-unstyled ul { min-width: 120px }
39
40 @media ( min-width: 767px ) {
41   .panel-group { width: 400px; }
42   .thumbnail { margin: 0; }
43 }
44
45 /* Grid demo styles */
46 .grid-demo {
47   padding: 10px 30px;
48 }
49
50   .grid-demo [class*="col-"] {
51     margin-top: 5px;
52     margin-bottom: 5px;
53     font-size: 1em;
54     text-align: center;
55     line-height: 2;
56     background-color: #e5e1ea;
57     border: 1px solid #d1d1d1;
58   }
59