refactor(style): replaced scss style block to less

This commit is contained in:
Corentin Thomasset 2022-04-13 22:54:57 +02:00
parent 2632f24cc8
commit 655d9d22e3
No known key found for this signature in database
GPG key ID: DBD997E935996158
7 changed files with 7 additions and 7 deletions

View file

@ -143,5 +143,5 @@ const { copy: copyPassphrase } = useCopy({ source: passphrase, text: 'Passphrase
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>

View file

@ -107,5 +107,5 @@ const formats = [
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>

View file

@ -98,5 +98,5 @@ const decryptOutput = computed(() => algos[decryptAlgo.value].decrypt(decryptInp
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>

View file

@ -68,5 +68,5 @@ const hashedText = computed(() => algos[algo.value](clearText.value).toString())
const { copy } = useCopy({ source: hashedText, text: 'Hash copied to the clipboard' }) const { copy } = useCopy({ source: hashedText, text: 'Hash copied to the clipboard' })
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>

View file

@ -81,5 +81,5 @@ function refreshToken() {
refreshToken() refreshToken()
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>

View file

@ -96,5 +96,5 @@ const { copy: copyDecoded } = useCopy({ source: decodeOutput, text: 'Decoded str
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>

View file

@ -48,5 +48,5 @@ const { copy } = useCopy({ source: uuids, text: 'UUIDs copied to the clipboard'
refreshUUIDs() refreshUUIDs()
</script> </script>
<style lang="scss" scoped> <style lang="less" scoped>
</style> </style>