WIP MMCM
This commit is contained in:
29
src/App.vue
29
src/App.vue
@@ -6,37 +6,10 @@ import Wizard from "./components/Wizard.vue";
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="app_vue_mmcm">
|
||||
<main id="product">
|
||||
<wizard v-if="$route.path !== '/'"></wizard>
|
||||
<router-view></router-view>
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
<style scoped>
|
||||
|
||||
@import 'https://fonts.googleapis.com/css?family=Montserrat';
|
||||
|
||||
.app_vue_mmcm{
|
||||
font-family: 'Montserrat',sans-serif;
|
||||
}
|
||||
|
||||
.step_title{
|
||||
text-align: left;
|
||||
font-size: 1.125rem;
|
||||
font-weight: 700;
|
||||
color: #000;
|
||||
font-family: 'Montserrat',sans-serif;
|
||||
margin-bottom: 30px
|
||||
}
|
||||
|
||||
.step_title:after {
|
||||
width: 85px;
|
||||
height: 3px;
|
||||
background-color: #f91ea9;
|
||||
content: "";
|
||||
display: block;
|
||||
margin: 10px 0 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user