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