Browse Source

chore(template): remove a class from body

pull/2299/head
mehmet-erim 7 years ago
parent
commit
2114a027e4
  1. 2
      npm/ng-packs/apps/dev-app/src/index.html
  2. 2
      templates/app/angular/src/index.html
  3. 2
      templates/module/angular/src/index.html

2
npm/ng-packs/apps/dev-app/src/index.html

@ -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>

2
templates/app/angular/src/index.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>

2
templates/module/angular/src/index.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>
<body class="bg-light">
<app-root>
<div class="donut centered"></div>
</app-root>

Loading…
Cancel
Save