File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
frontend/src/app/common/layout Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,9 @@ <h1 class="main-title">Short-Term Rental Data Portal</h1>
27
27
</ div >
28
28
< div class ="footer do-not-print-it " role ="contentinfo ">
29
29
< div class ="cc "> © 2024 Government of British Columbia.</ div >
30
+ < div class ="contacts ">
31
+ For technical support, contact < a href ="mailto:DSSadmin@gov.bc.ca "> DSSadmin@gov.bc.ca</ a >
32
+ </ div >
30
33
</ div >
31
34
32
35
< p-toast [life] ="25000 "> </ p-toast >
Original file line number Diff line number Diff line change 107
107
position : sticky ;
108
108
bottom : 0 ;
109
109
z-index : 10 ;
110
+
111
+ display : flex ;
112
+ justify-content : space-between ;
113
+ align-items : center ;
114
+
115
+ .contacts {
116
+ font-size : smaller ;
117
+ text-align : end ;
118
+
119
+ a {
120
+ color : #FFFFFF ;
121
+ text-decoration : none ;
122
+
123
+ & :hover {
124
+ text-decoration : underline ;
125
+ }
126
+
127
+ & :visited {
128
+ color : #FFFFFF ;
129
+ }
130
+ }
131
+ }
110
132
}
111
133
112
134
@media only screen and (max-width : 1500px ) {
You can’t perform that action at this time.
0 commit comments