-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from bcgov/develop
v1.1.1
- Loading branch information
Showing
61 changed files
with
2,172 additions
and
556 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
node_modules | ||
config/key | ||
etc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,80 +1,4 @@ | ||
dialog { | ||
top: 50%; | ||
max-width: 57em; | ||
max-height: 80vh; | ||
transform: translateY(-50%); | ||
font-family:"Meta W01 Medium", Arial, Helvetica, sans-serif; | ||
z-index: 3; | ||
padding: 0; | ||
border: none; | ||
min-height: auto; | ||
display: flex; | ||
} | ||
|
||
dialog form { | ||
display: flex; | ||
flex-direction: column; | ||
min-height: auto; | ||
} | ||
|
||
dialog header { | ||
flex-shrink: 0; | ||
} | ||
|
||
dialog section { | ||
flex-shrink: 1; | ||
|
||
display:flex; | ||
flex-direction:column; | ||
font-size:18px; | ||
overflow-y: auto; | ||
} | ||
|
||
dialog section p { | ||
margin-bottom: 0; | ||
margin-left:18px; | ||
margin-right:18px; | ||
} | ||
|
||
img.warningImage { | ||
width: 150px; | ||
align-self: center; | ||
} | ||
|
||
dialog menu { | ||
margin: 0; | ||
padding: 5px; | ||
display: flex; | ||
justify-content: center; | ||
flex-shrink: 0; | ||
} | ||
|
||
dialog menu button { | ||
background-color:rgb(0, 53, 95); | ||
border: none; | ||
color:rgb(255, 255, 255); | ||
cursor:pointer; | ||
font-size:14px; | ||
outline: none; | ||
padding: 9px; | ||
} | ||
|
||
dialog::backdrop { | ||
background-color: black; | ||
opacity: 0.8; | ||
position: fixed; | ||
top: 0px; | ||
right: 0px; | ||
bottom: 0px; | ||
left: 0px; | ||
} | ||
|
||
dialog + .backdrop { | ||
background-color: black; | ||
opacity: 0.8; | ||
position: fixed; | ||
top: 0px; | ||
right: 0px; | ||
bottom: 0px; | ||
left: 0px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,8 @@ | ||
<form class="feedback-form" | ||
method="post" | ||
enctype="text/plain" | ||
action="mailto:[email protected]?subject=TRP Beta App Feedback" | ||
> | ||
<form class="feedback-form" method="post" enctype="text/plain" action="mailto:[email protected]?subject=TRP Beta App Feedback"> | ||
|
||
<input type="hidden" name="version" v-bind:value="package.version"> | ||
|
||
<label>To submit feedback on this app please fill out our survey: | ||
<a target="_blank" href="https://translink.checkbox.ca/CVRP-Feedback.aspx">TRP-Feedback</a> | ||
Or use this form to email Translink: | ||
</label> | ||
|
||
<p>Use this form to email TransLink:</p> | ||
|
||
<label class="name">Your name | ||
<input name="name"> | ||
|
@@ -27,4 +21,4 @@ | |
<button type="reset">Reset</button> | ||
</div> | ||
|
||
</form> | ||
</form> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.