mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
IMPR: minor changes
This commit is contained in:
parent
f6fabfe367
commit
ef13e48857
@ -28,6 +28,7 @@ WebbuildersGroup\Turnstile\Forms\TurnstileField:
|
|||||||
verify_ssl: true #Allows you to disable php-curl's SSL peer verification by setting this to false (optional, defaults to true)
|
verify_ssl: true #Allows you to disable php-curl's SSL peer verification by setting this to false (optional, defaults to true)
|
||||||
default_theme: "light" #Default theme color (optional, light, dark or auto, defaults to light)
|
default_theme: "light" #Default theme color (optional, light, dark or auto, defaults to light)
|
||||||
js_onload_callback: null #Onload callback to be called when the JS for Turnstile is loaded
|
js_onload_callback: null #Onload callback to be called when the JS for Turnstile is loaded
|
||||||
|
disable_js: true
|
||||||
proxy_server: "`SS_OUTBOUND_PROXY_SERVER`" #Your proxy server address (optional)
|
proxy_server: "`SS_OUTBOUND_PROXY_SERVER`" #Your proxy server address (optional)
|
||||||
proxy_port: "`SS_OUTBOUND_PROXY_PORT`" #Your proxy server address port (optional)
|
proxy_port: "`SS_OUTBOUND_PROXY_PORT`" #Your proxy server address port (optional)
|
||||||
proxy_auth: "`SS_OUTBOUND_PROXY_AUTH`" #Your proxy server authentication information (optional)
|
proxy_auth: "`SS_OUTBOUND_PROXY_AUTH`" #Your proxy server authentication information (optional)
|
||||||
|
@ -10,6 +10,14 @@ body {
|
|||||||
padding-bottom: 2 * $element-reduced-spacer-y;
|
padding-bottom: 2 * $element-reduced-spacer-y;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
|
// disable animation
|
||||||
|
main {
|
||||||
|
|
||||||
|
&.loaded,
|
||||||
|
&.loading {
|
||||||
|
animation: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#PageBreadcumbs {
|
#PageBreadcumbs {
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user