SHOW:
|
|
- or go back to the newest paste.
1 | /* NEW TANGERINE DESIGN MODIFICATIONS */ | |
2 | ||
3 | /* hide the insights carousel */ | |
4 | .c-insights-carousel { | |
5 | display: none; | |
6 | } | |
7 | ||
8 | /* hide the 'highlights' box at the bottom */ | |
9 | .c-quick-access { | |
10 | margin-bottom: 0px; | |
11 | padding-bottom: 0px; | |
12 | display: none; | |
13 | } | |
14 | ||
15 | /* hide "insights" link */ | |
16 | /* | |
17 | .nav--sub .nav__list li:nth-child(2) { | |
18 | display: none; | |
19 | } | |
20 | */ | |
21 | ||
22 | /* hide 'open account' and 'transations' buttons */ | |
23 | .what-i__buttons { | |
24 | display: none; | |
25 | } | |
26 | ||
27 | /* hide the 'what i have' and 'what i owe' boxes */ | |
28 | .content__what-i { | |
29 | display: none; | |
30 | } | |
31 | ||
32 | /* hide the transactions pie-chart section */ | |
33 | .c-transactions-chart { | |
34 | display: none; | |
35 | } | |
36 | ||
37 | /* hide "investing" section */ | |
38 | #accountSummary_sectionInvesting { | |
39 | display: none; | |
40 | } | |
41 | ||
42 | /* hide "borrowing" section */ | |
43 | #accountSummary_sectionBorrowing { | |
44 | display: none; | |
45 | } | |
46 | ||
47 | .nav--sub ul.navtools__list { | |
48 | background-color: #fff; | |
49 | color: #000; | |
50 | padding-bottom: 1px; | |
51 | } | |
52 | ||
53 | .nav--sub ul.navtools__list a:hover { | |
54 | color: #EC6D16; | |
55 | } | |
56 | ||
57 | .c-bill-pay { | |
58 | padding-top: 0px; | |
59 | } |