diff --git a/public/assets/css/style.css b/public/assets/css/style.css new file mode 100644 index 00000000..0293fcea --- /dev/null +++ b/public/assets/css/style.css @@ -0,0 +1,19 @@ +/* template add-ons */ + +label.has-danger, +.form-control-feedback.has-danger { + color: #f4516c !important; +} + +.form-control-danger, +.form-control-danger:focus { + border-color: #f4516c; +} + +.hide { + display: none !important; +} + +.no-border { + border: 0 !important; +} \ No newline at end of file diff --git a/templates/base.html.twig b/templates/base.html.twig index 30e329d4..e87a6880 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -25,6 +25,7 @@ +