From 7926bf8a7531c31d93dfc8c88ce12b08304fad6f Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Wed, 10 Jan 2018 04:29:28 +0800 Subject: [PATCH] Add override stylesheet for extra rules --- public/assets/css/style.css | 19 +++++++++++++++++++ templates/base.html.twig | 1 + 2 files changed, 20 insertions(+) create mode 100644 public/assets/css/style.css 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 @@ +