Skip to content

Commit

Permalink
Fix fire bans links for mobile (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssylver93 authored Jul 17, 2024
1 parent c0fda7f commit 2902b70
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
@import "../full-details.component.scss";

.link-icon {
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
cursor: pointer;
height: 20px;
width: 20px;
}
position: absolute;
top: 10px;
right: 10px;
width: 20px;
height: 20px;
cursor: pointer;
margin-right: 24px;
}

.links-relative {
position: relative;
cursor: pointer;
padding: 0px 24px;
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"emergencyAlertUrl": "#{EMERGENCY_ALERT_URL}#",
"driveBCUrl": "#{DRIVE_BC_URL}#",
"evacServicesUrl": "#{EVAC_SERVICES_URL}#",
"dangerSummary": "#{DANGER_SUMMARY}",
"highRiskActivities": "#{HIGH_RISK_ACTIVITIES}"
"dangerSummary": "#{DANGER_SUMMARY}#",
"highRiskActivities": "#{HIGH_RISK_ACTIVITIES}#"

},

Expand Down

0 comments on commit 2902b70

Please sign in to comment.