equal
deleted
inserted
replaced
67 padding: 20px 40px; |
67 padding: 20px 40px; |
68 z-index: 1; |
68 z-index: 1; |
69 } |
69 } |
70 |
70 |
71 .corpus-app-container { |
71 .corpus-app-container { |
72 color: $light-blue; |
72 color: $dark-grey; |
73 box-sizing: border-box; |
73 box-sizing: border-box; |
74 background-color: $light-blue; |
74 background-color: $medium-white; |
75 } |
75 } |
76 |
76 |
77 .corpus-app-container h2 { |
77 .corpus-app-container h2 { |
78 padding: 15px; |
78 padding: 20px; |
79 font-size: 14px; |
79 font-size: 16px; |
80 color: $medium-blue; |
80 color: $dark-blue; |
81 } |
81 } |
82 |
82 |
83 .corpus-window { |
83 .corpus-window { |
84 overflow: hidden; |
84 overflow: hidden; |
85 position: relative; |
85 position: relative; |
87 |
87 |
88 #tabs-discours, |
88 #tabs-discours, |
89 #tabs-chrono, |
89 #tabs-chrono, |
90 #tabs-thematiques { |
90 #tabs-thematiques { |
91 padding: 0px 20px; |
91 padding: 0px 20px; |
|
92 } |
|
93 |
|
94 #tabs-chrono ul { |
|
95 list-style: none; |
|
96 margin: 0; |
|
97 padding: 0; |
|
98 text-align: center; |
92 } |
99 } |
93 |
100 |
94 #tabs-discours, |
101 #tabs-discours, |
95 #tabs-thematiques { |
102 #tabs-thematiques { |
96 overflow: hidden; |
103 overflow: hidden; |