feat: remove scoped scss (TODO: add class prefix)
This commit is contained in:
+1
-1
@@ -224,7 +224,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.icon-btn {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
|
||||
@@ -22,7 +22,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.icon-btn {
|
||||
margin-inline-start: 4px;
|
||||
width: 36px;
|
||||
|
||||
@@ -237,7 +237,7 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
<style lang="scss">
|
||||
.header__preview {
|
||||
--page-length-digits: 1;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user