style local
This commit is contained in:
parent
a915a73ad3
commit
6152c2ddac
|
@ -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;
|
||||
}
|
|
@ -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') }}
|
||||
|
|
Loading…
Reference in New Issue