Update umbracoSettings.config
Restored EOF newline
This commit is contained in:
committed by
Sebastiaan Janssen
parent
d01027be50
commit
df7f250091
@@ -91,20 +91,20 @@
|
||||
3.5%,
|
||||
6.5%,
|
||||
8.5% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
animation-timing-function: ease-out;
|
||||
}}
|
||||
9.7% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
animation-timing-function: ease-out;
|
||||
}}
|
||||
10.0% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
}}
|
||||
|
||||
|
||||
60% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
animation-timing-function: ease-out;
|
||||
}}
|
||||
61.5% {{
|
||||
@@ -126,18 +126,18 @@
|
||||
63.5%,
|
||||
66.5%,
|
||||
68.5% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
animation-timing-function: ease-out;
|
||||
}}
|
||||
69.7% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
animation-timing-function: ease-out;
|
||||
}}
|
||||
70.0% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
}}
|
||||
100.0% {{
|
||||
transform: translate(-50%, 0px);
|
||||
transform: translate(-50%, 0);
|
||||
}}
|
||||
}}
|
||||
.umbraco-preview-badge__header {{
|
||||
@@ -263,4 +263,4 @@
|
||||
Defaults to "{umbracoApplicationUrl}/api/keepalive/ping".
|
||||
-->
|
||||
<keepAlive disableKeepAliveTask="false" keepAlivePingUrl="{umbracoApplicationUrl}/api/keepalive/ping" />
|
||||
</settings>
|
||||
</settings>
|
||||
|
||||
Reference in New Issue
Block a user