diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html index 49188ba74c5a24b1a8640a73c2af7647094ace12..388f92d97616e479637dac8cc64a230840d2c630 100644 --- a/_includes/download-snapshot.html +++ b/_includes/download-snapshot.html @@ -1,16 +1,16 @@ <div class="dynare_main"> <input class="dynare_input" id="snapshot_tab1" type="radio" name="snapshot_tabs"> - <label class="dynare_label" for="snapshot_tab1"><i class="fab fa-windows"></i> Windows</label> + <label class="dynare_label" for="snapshot_tab1">Windows</label> <input class="dynare_input" id="snapshot_tab2" type="radio" name="snapshot_tabs"> - <label class="dynare_label" for="snapshot_tab2"><i class="fab fa-apple"></i> macOS</label> + <label class="dynare_label" for="snapshot_tab2">macOS</label> <input class="dynare_input" id="snapshot_tab3" type="radio" name="snapshot_tabs"> - <label class="dynare_label" for="snapshot_tab3"><i class="fab fa-linux"></i> GNU/Linux</label> + <label class="dynare_label" for="snapshot_tab3">GNU/Linux</label> <input class="dynare_input" id="snapshot_tab4" type="radio" name="snapshot_tabs"> - <label class="dynare_label" for="snapshot_tab4"><i class="fas fa-code"></i> Source</label> + <label class="dynare_label" for="snapshot_tab4">Source</label> <section class="dynare_section" id="snapshot_content1"> <p> diff --git a/_includes/download-stable.html b/_includes/download-stable.html index 24c58ce26361860c182b5aac59c77503892656d3..762f2aa8a848a8cc6b6b4d7b6225072ab6730525 100644 --- a/_includes/download-stable.html +++ b/_includes/download-stable.html @@ -1,16 +1,16 @@ <div class="dynare_main"> <input class="dynare_input" id="stable_tab1" type="radio" name="stable_tabs"> - <label class="dynare_label" for="stable_tab1"><i class="fab fa-windows"></i> Windows</label> + <label class="dynare_label" for="stable_tab1">Windows</label> <input class="dynare_input" id="stable_tab2" type="radio" name="stable_tabs"> - <label class="dynare_label" for="stable_tab2"><i class="fab fa-apple"></i> macOS</label> + <label class="dynare_label" for="stable_tab2">macOS</label> <input class="dynare_input" id="stable_tab3" type="radio" name="stable_tabs"> - <label class="dynare_label" for="stable_tab3"><i class="fab fa-linux"></i> GNU/Linux</label> + <label class="dynare_label" for="stable_tab3">GNU/Linux</label> <input class="dynare_input" id="stable_tab4" type="radio" name="stable_tabs"> - <label class="dynare_label" for="stable_tab4"><i class="fas fa-code"></i> Source</label> + <label class="dynare_label" for="stable_tab4">Source</label> <section class="dynare_section" id="stable_content1"> <p> diff --git a/_sass/dynare.scss b/_sass/dynare.scss index 8b4d8a95090cb2111ad124a03ff673ee03f75e5a..28c99d5303ee3546015cf4eaf94aabc4850ce920 100644 --- a/_sass/dynare.scss +++ b/_sass/dynare.scss @@ -349,15 +349,14 @@ label.dynare_label { } label.dynare_label:before { - font-family: 'Font Awesome 5 Free' !important; font-weight: normal; margin-right: 10px; } -label.dynare_label[for*='1']:before { content: ''; } -label.dynare_label[for*='2']:before { content: ''; } -label.dynare_label[for*='3']:before { content: ''; } -label.dynare_label[for*='4']:before { content: ''; } +label.dynare_label[for*='1']:before { font-family: 'Font Awesome 5 Brands' !important; font-weight: 400; content: '\f17a'; } +label.dynare_label[for*='2']:before { font-family: 'Font Awesome 5 Brands' !important; font-weight: 400; content: '\f179'; } +label.dynare_label[for*='3']:before { font-family: 'Font Awesome 5 Brands' !important; font-weight: 400; content: '\f17c'; } +label.dynare_label[for*='4']:before { font-family: 'Font Awesome 5 Free' !important; font-weight: 900; content: '\f121'; } label.dynare_label:hover { color: $download-tab-label-hover-color;