remove less preprocessor when not needed

This commit is contained in:
lesion 2021-10-18 11:31:44 +02:00
parent 3b75427038
commit 2ced375263
No known key found for this signature in database
GPG key ID: 352918250B012177
4 changed files with 5 additions and 6 deletions

View file

@ -70,7 +70,7 @@ export default {
}
}
</script>
<style lang='less'>
<style>
h4 img {
max-height: 40px;
border-radius: 20px;

View file

@ -255,7 +255,7 @@ export default {
}
</script>
<style lang="less">
<style>
.datePicker {
max-width: 500px !important;
margin: 0 auto;

View file

@ -324,15 +324,14 @@ export default {
}
}
</script>
<style lang='less'>
<style>
.title {
margin-bottom: 25px;
font-weight: 300 !important;
}
.main_image {
// width: 100%;
margin: 0 auto;
// max-height: 120vh;
border-radius: 5px;
transition: max-height 0.2s;
}

View file

@ -50,7 +50,7 @@ export default {
}
}
</script>
<style lang='less'>
<style>
h4 img {
max-height: 40px;
border-radius: 20px;