equal
deleted
inserted
replaced
1 $dark-blue: #13212d; |
1 $dark-blue: #13212d; |
2 $medium-blue: #253946; |
2 $medium-blue: #253946; |
3 $light-blue: #becfd4; |
3 $light-blue: #becfd4; |
|
4 $blue: #2faddd; |
|
5 $medium-grey: #71848d; |
4 $light-grey: #878e94; |
6 $light-grey: #878e94; |
|
7 $dark-grey: #59626b; |
|
8 $medium-white: #f5f5f5; |
5 $light-white: #fbfbfb; |
9 $light-white: #fbfbfb; |
6 |
10 |
|
11 |
7 body { |
12 body { |
8 background-color: #f5f5f5; |
13 background-color: $medium-white; |
9 } |
14 } |
10 |
15 |
11 button { |
16 button { |
12 font-family: sans-serif; |
17 font-family: sans-serif; |
13 } |
18 } |
56 background-color: $light-blue; |
61 background-color: $light-blue; |
57 padding: 20px 40px; |
62 padding: 20px 40px; |
58 } |
63 } |
59 |
64 |
60 .corpus-app-container { |
65 .corpus-app-container { |
61 color: #687a84; |
66 color: $light-blue; |
62 box-sizing: border-box; |
67 box-sizing: border-box; |
63 background-color: $light-blue; |
68 background-color: $light-blue; |
64 } |
69 } |
65 |
70 |
66 .corpus-app-container h2 { |
71 .corpus-app-container h2 { |