CSR-1391 iframe styling
This commit is contained in:
parent
442a5a6522
commit
028272c08f
2 changed files with 7771 additions and 8 deletions
7763
public/css/site-2020Styling.css
Normal file
7763
public/css/site-2020Styling.css
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -51,14 +51,8 @@
|
|||
<input type="hidden" name="sgNoKeystrokeProcessing" value="false" />
|
||||
|
||||
<input type="hidden" name="maskCharacter" value="*" />
|
||||
<input
|
||||
type="hidden"
|
||||
name="styleSheetCode"
|
||||
value="https://fixmyglasstest.safelite.com/FixMyGlass/css/experiments/site-2020Styling.css" />
|
||||
<input
|
||||
type="hidden"
|
||||
name="styleSheetCode2"
|
||||
value="https://fixmyglasstest.safelite.com/FixMyGlass/css/experiments/SLHop-2020Styling.css" />
|
||||
<input type="hidden" name="styleSheetCode" :value="dynamicCSSUrl" />
|
||||
<input type="hidden" name="styleSheetCode2" :value="dynamicCSSUrl" />
|
||||
|
||||
<input
|
||||
type="hidden"
|
||||
|
|
@ -244,6 +238,12 @@ export default {
|
|||
vm.fetchSignatureInfo();
|
||||
});
|
||||
},
|
||||
computed: {
|
||||
dynamicCSSUrl() {
|
||||
const { protocol, hostname, port } = window.location;
|
||||
return `${protocol}//${hostname}:${port}/css/site-2020Styling.css`;
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
arePagePrerequisitesValid() {
|
||||
// TODO
|
||||
|
|
|
|||
Loading…
Reference in a new issue