style local

This commit is contained in:
afornerot 2021-02-09 16:29:59 +01:00
parent a915a73ad3
commit 6152c2ddac
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
.craue_formflow_buttons {
display: inline-block;
width: 100%;
}
.craue_formflow_buttons .btn-secondary,
.craue_formflow_buttons .btn-primary,
.craue_formflow_buttons .btnnextstep
{
float:right;
}

View File

@ -19,6 +19,7 @@
<link href="/{{ appAlias }}/styles/css/font.css" rel="stylesheet" media="screen" />
<link href="/{{ appAlias }}/styles/css/style.css" rel="stylesheet" media="screen" />
<link href="/{{ appAlias }}/styles/css/local.css" rel="stylesheet" media="screen" />
<style>
{{ include('Include/style.css.twig') }}