File tree Expand file tree Collapse file tree
pkg_ccpbiosim/constituents/com_ccpbiosim
site/tmpl/coreteammembers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 154154 margin-top : auto;
155155}
156156
157- .bio-links a {
158- font-size : 0.7rem ;
159- font-weight : 600 ;
160- letter-spacing : 0.16em ;
161- text-transform : uppercase;
162- color : var (--bs-body-color , # 212529 );
163- text-decoration : none;
164- border-bottom : 1px solid var (--bs-border-color , # dee2e6 );
165- padding-bottom : 2px ;
166- transition : color 0.2s , border-color 0.2s ;
167- }
168-
169- .bio-links a : hover {
170- color : var (--cassiopeia-color-hover , var (--cassiopeia-color-primary , # 0088cc ));
171- border-color : var (--cassiopeia-color-hover , var (--cassiopeia-color-primary , # 0088cc ));
172- }
173-
174- .bio-links a .fa {
175- font-size : 0.6rem ;
176- margin-left : 3px ;
177- vertical-align : middle;
178- }
179-
180157.bio-col .featured .bio-name {
181158 font-size : 1.5rem ;
182159}
Original file line number Diff line number Diff line change 5757 <div class="bio-rule"></div>
5858 <p class="bio-body"><?php echo $ item ->role ; ?> </p>
5959 <nav class="bio-links">
60- <a href="#">GitHub <span class="fa fa- github" aria-hidden="true"></span> </a>
61- <a href="#">LinkedIn <span class="fa fa-external-link" aria-hidden="true"></span> </a>
60+ <a href="#" id=" github" target="_blank" class="btn btn-secondary">GitHub </a>
61+ <a href="#" id="linkedin" target="_blank" class="btn btn-info">LinkedIn </a>
6262 </nav>
6363 </div>
6464 </div>
You can’t perform that action at this time.
0 commit comments