remove less & less-loader dep

This commit is contained in:
lesion
2022-05-03 15:23:55 +02:00
parent d11798a3ab
commit 5d2ffa81f4
6 changed files with 35 additions and 39 deletions

View File

@@ -55,7 +55,6 @@ li {
scrollbar-color: #FF4511 #111; scrollbar-color: #FF4511 #111;
} }
// EVENT
.event { .event {
display: flex; display: flex;
position: relative; position: relative;
@@ -67,8 +66,9 @@ li {
margin-right: .4em; margin-right: .4em;
transition: all .5s; transition: all .5s;
overflow: hidden; overflow: hidden;
}
.title { .event .title {
display: -webkit-box; display: -webkit-box;
overflow: hidden; overflow: hidden;
margin: 0.5rem 1rem 0.5rem 1rem; margin: 0.5rem 1rem 0.5rem 1rem;
@@ -79,23 +79,19 @@ li {
line-height: 1.2em !important; line-height: 1.2em !important;
} }
.body { .event .body {
flex: 1 1 auto; flex: 1 1 auto;
} }
.event .place span {
.place {
max-width: 100%;
span {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
}
a { .event .place a {
text-decoration: none; text-decoration: none;
} }
}
.vc-past { .vc-past {
opacity: 0.4; opacity: 0.4;

View File

@@ -176,7 +176,7 @@ export default {
} }
} }
</script> </script>
<style lang='less'> <style lang='scss'>
.editor { .editor {
margin-top: 4px; margin-top: 4px;

View File

@@ -61,12 +61,12 @@ export default {
} }
} }
</script> </script>
<style lang='less'> <style>
#list { #list {
max-width: 500px; max-width: 500px;
margin: 0 auto; margin: 0 auto;
.v-list-item__title { }
#list .v-list-item__title {
white-space: normal !important; white-space: normal !important;
} }
}
</style> </style>

View File

@@ -2,7 +2,7 @@
v-app#iframe v-app#iframe
nuxt nuxt
</template> </template>
<style lang='less'> <style>
#iframe.v-application { #iframe.v-application {
background-color: transparent !important; background-color: transparent !important;
} }

View File

@@ -26,7 +26,7 @@ module.exports = {
} }
}, },
css: ['./assets/style.less'], css: ['./assets/style.css'],
/* /*
** Customize the progress-bar component ** Customize the progress-bar component

View File

@@ -33,7 +33,7 @@ export default {
// <iframe src='http://localhost:13120/embed/1' class='embedded_gancio'></iframe> // <iframe src='http://localhost:13120/embed/1' class='embedded_gancio'></iframe>
</script> </script>
<style lang='less'> <style lang='scss'>
.embed_event { .embed_event {
display: flex; display: flex;
transition: margin .1s; transition: margin .1s;