Skip to content

Commit

Permalink
rem Pro badge & background mask
Browse files Browse the repository at this point in the history
  • Loading branch information
maisamaf committed Aug 15, 2022
1 parent 7393988 commit 8ac8f7c
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions src/views/Presentation/PresentationView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import FilledInfoCard from "../../examples/cards/infoCards/FilledInfoCard.vue";
//Vue Material Kit 2 Pro components
import MaterialSocialButton from "@/components/MaterialSocialButton.vue";
import MaterialBadge from "@/components/MaterialBadge.vue";
// sections
import PresentationCounter from "./Sections/PresentationCounter.vue";
Expand Down Expand Up @@ -56,7 +55,6 @@ onUnmounted(() => {
:style="`background-image: url(${vueMkHeader})`"
loading="lazy"
>
<span class="mask bg-gray-900 opacity-5"></span>
<div class="container">
<div class="row">
<div class="col-lg-7 text-center mx-auto position-relative">
Expand All @@ -66,14 +64,7 @@ onUnmounted(() => {
>
Material Kit 2
</h1>
<MaterialBadge
size="lg"
color="white"
class="text-dark position-absolute"
style="top: -20%"
>Pro</MaterialBadge
>
<p class="lead text-white px-5 mt-3">
<p class="lead text-white px-5 mt-3" :style="{ fontWeight: '500' }">
Start the Development With Bootstrap 5 Design System inspired by
Material Design.
</p>
Expand Down

0 comments on commit 8ac8f7c

Please sign in to comment.