From c733ca251ee1f0dfac31fa2dba71bab5e0274444 Mon Sep 17 00:00:00 2001 From: summerscope Date: Fri, 24 Oct 2014 14:48:46 +1100 Subject: [PATCH] Styling for big button --- .../stylesheets/admin/dashboard-single-ent.css.sass | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass index a75c424085..67f9a3e603 100644 --- a/app/assets/stylesheets/admin/dashboard-single-ent.css.sass +++ b/app/assets/stylesheets/admin/dashboard-single-ent.css.sass @@ -22,4 +22,10 @@ height: auto !important .list .button.bottom - width: 100% \ No newline at end of file + width: 100% + +.button.big + width: 100% + font-size: 1rem + @include border-radius(25px) + padding: 15px \ No newline at end of file