chore(template): remove a class from body

pull/2299/head
mehmet-erim 6 years ago
parent b9d2e5f656
commit 2114a027e4

@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body class="abp-application-layout bg-light">
<body class="bg-light">
<app-root></app-root>
</body>
</html>

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body class="abp-application-layout bg-light">
<body class="bg-light">
<app-root>
<div class="donut centered"></div>
</app-root>

@ -8,7 +8,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
</head>
<body>
<body class="bg-light">
<app-root>
<div class="donut centered"></div>
</app-root>

Loading…
Cancel
Save