Basic lesson importing. Some layout.
[edumed.git] / catalogue / static / catalogue / css / section_list.scss
1 $px: 0.0625em;
2
3 .section-level {
4     width: 600*$px;
5     border-radius: 15*$px;
6 }
7
8 .section-depth {
9     display: inline-block;
10     width: 300*$px - 2 * 20*$px;
11     vertical-align: top;
12     padding: 20*$px;
13
14     h1 {
15         text-transform: uppercase;
16         margin: 0 0 1em 0;
17         font-size: 1em;
18     }
19
20     .section-lessons {
21         padding: 0 0 0 1em;
22     }
23 }
24 .section-depth-1 {
25     border-radius: 0 15*$px 15*$px 0;
26 }
27
28 .section-level-gimnazjum {
29     background: #f4ae83;
30     color: #67584f;
31     a {
32         color: #67584f;
33     }
34
35     .section-depth-0 {
36     }
37     .section-depth-1 {
38         background: #ed7831;
39         color: #fff;
40         a {
41             color: #fff;
42         }
43     }
44 }
45
46
47 .section-level-L {
48     background: #f4ae83;
49     color: #67584f;
50     a {
51         color: #67584f;
52     }
53
54     .section-depth-0 {
55     }
56     .section-depth-1 {
57         background: #ed7831;
58         color: #fff;
59         a {
60             color: #fff;
61         }
62     }
63 }
64
65