diff --git a/public/css/scc.css b/public/css/scc.css index 9373e49..179d7f5 100644 --- a/public/css/scc.css +++ b/public/css/scc.css @@ -121,6 +121,13 @@ button.viewdebts { width: 70%; height: 25%; } +button.logout { + background-color: #009999; + color: #ffffff; + font-size: 450%; + width: 100%; + height 25%; +} h1.logomaxipad { background-color: #0000ff; color: #99ccff; diff --git a/resources/views/createbill.blade.php b/resources/views/createbill.blade.php index 22519fe..94e24e8 100644 --- a/resources/views/createbill.blade.php +++ b/resources/views/createbill.blade.php @@ -38,6 +38,7 @@
{!! Form::close() !!}