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