Subversion Repositories SmartDukaan

Rev

Rev 32444 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
32438 amit.gupta 1
$currentMonthPartnerMap.toString()
2
<html lang="en">
3
<head>
4
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
    <meta http-equiv="refresh" content="180">
6
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"
7
          integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
8
    <style>
9
        html, body {
10
            margin-top: 10px;
11
            padding: 0;
12
        }
13
 
14
 
15
        td, th {
16
            font-size: 20px;
17
        }
18
 
19
 
20
        .table td, .table th {
21
            padding: 0.25rem;
22
        }
23
 
24
        tr:first-child.green td {
25
            font-weight: bold;
26
            background-color: #00d6b2;
27
        }
28
 
29
        td {
30
            font-size: 24px;
31
        }
32
    </style>
33
    <link href="../resources/css/brand-logo.css" rel="stylesheet"/>
34
</head>
35
<body>
36
<div class="container-fluid">
37
</div>
38
</body>
39
</html>