Merge branch '1.2' into 1.2
This commit is contained in:
@@ -1,3 +1,39 @@
|
||||
<style>
|
||||
[data-custom-class='body'], [data-custom-class='body'] * {
|
||||
background: transparent !important;
|
||||
}
|
||||
[data-custom-class='title'], [data-custom-class='title'] * {
|
||||
font-family: Arial !important;
|
||||
font-size: 26px !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
|
||||
font-family: Arial !important;
|
||||
color: #595959 !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
|
||||
font-family: Arial !important;
|
||||
font-size: 19px !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
|
||||
font-family: Arial !important;
|
||||
font-size: 17px !important;
|
||||
color: #000000 !important;
|
||||
}
|
||||
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
|
||||
color: #595959 !important;
|
||||
font-size: 14px !important;
|
||||
font-family: Arial !important;
|
||||
}
|
||||
[data-custom-class='link'], [data-custom-class='link'] * {
|
||||
color: #3030F1 !important;
|
||||
font-size: 14px !important;
|
||||
font-family: Arial !important;
|
||||
word-break: break-word !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style>
|
||||
[data-custom-class='body'], [data-custom-class='body'] * {
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 42 KiB |
@@ -146,4 +146,4 @@ function setTransition(event) {
|
||||
|
||||
export default {
|
||||
load
|
||||
};
|
||||
};
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user