equal
deleted
inserted
replaced
9 $dark-grey: #59626b; |
9 $dark-grey: #59626b; |
10 $medium-white: #f5f5f5; |
10 $medium-white: #f5f5f5; |
11 $light-white: #fbfbfb; |
11 $light-white: #fbfbfb; |
12 |
12 |
13 $content-height: 540px; |
13 $content-height: 540px; |
|
14 $content-width: 1110px; |
14 |
15 |
15 body { |
16 body { |
16 background-color: $medium-white; |
17 background-color: $medium-white; |
17 } |
18 } |
18 |
19 |
29 font-size: 12px; |
30 font-size: 12px; |
30 } |
31 } |
31 |
32 |
32 #corpus-app { |
33 #corpus-app { |
33 border: 1px solid; |
34 border: 1px solid; |
34 width: 1108px; |
35 width: $content-width; |
|
36 box-sizing: border-box; |
35 overflow: hidden; |
37 overflow: hidden; |
36 display: block; |
38 display: block; |
37 margin-left: auto; |
39 margin-left: auto; |
38 margin-right: auto; |
40 margin-right: auto; |
39 margin-bottom: 10px; |
41 margin-bottom: 10px; |
93 } |
95 } |
94 |
96 |
95 .corpus-window { |
97 .corpus-window { |
96 overflow: hidden; |
98 overflow: hidden; |
97 position: relative; |
99 position: relative; |
|
100 width: 100%; |
|
101 height: $content-height; |
98 } |
102 } |
99 |
103 |
100 #tabs-chrono, |
104 #tabs-chrono, |
101 #tabs-thematiques { |
105 #tabs-thematiques { |
102 padding: 0px 20px; |
106 padding: 0px 20px; |