admin styling updates/fixes

This commit is contained in:
Nabeel Shahzad
2017-08-24 13:37:54 -05:00
parent 4c61e6eafc
commit c233bc4f36
16 changed files with 273 additions and 56 deletions

View File

@@ -25,6 +25,18 @@
<link href="/assets/admin/css/themify-icons.css" rel="stylesheet">
<style type="text/css">
/*.card {
display: inline-block;
position: relative;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
!*box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);*!
}*/
.border-blue-bottom {
border-bottom: 3px solid #067ec1;
}
@yield('css')
</style>