staff members,senderid, documents,bug fixes, etc
This commit is contained in:
@@ -35,6 +35,21 @@
|
||||
@yield('css')
|
||||
<!-- Custom Theme Style -->
|
||||
<link href="{!! url('public/assets/build/css/custom.min.css') !!}" rel="stylesheet">
|
||||
<style type="text/css">
|
||||
hr.style-five {
|
||||
border: 0;
|
||||
height: 0; /* Firefox... */
|
||||
box-shadow: 0 0 10px 1px black;
|
||||
}
|
||||
hr.style-five:after { /* Not really supposed to work, but does */
|
||||
content: "\00a0"; /* Prevent margin collapse */
|
||||
}
|
||||
hr.style-four {
|
||||
height: 12px;
|
||||
border: 0;
|
||||
box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body class="nav-md">
|
||||
|
||||
Reference in New Issue
Block a user