remove less preprocessor when not needed
This commit is contained in:
@@ -70,7 +70,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang='less'>
|
<style>
|
||||||
h4 img {
|
h4 img {
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|||||||
@@ -255,7 +255,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less">
|
<style>
|
||||||
.datePicker {
|
.datePicker {
|
||||||
max-width: 500px !important;
|
max-width: 500px !important;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|||||||
@@ -324,15 +324,14 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang='less'>
|
<style>
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
font-weight: 300 !important;
|
font-weight: 300 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main_image {
|
.main_image {
|
||||||
// width: 100%;
|
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
// max-height: 120vh;
|
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
transition: max-height 0.2s;
|
transition: max-height 0.2s;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang='less'>
|
<style>
|
||||||
h4 img {
|
h4 img {
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user