mirror of
				https://github.com/CorentinTh/it-tools.git
				synced 2025-11-04 02:47:00 -05:00 
			
		
		
		
	refactor(style): replaced scss style block to less
This commit is contained in:
		
							parent
							
								
									2632f24cc8
								
							
						
					
					
						commit
						655d9d22e3
					
				@ -143,5 +143,5 @@ const { copy: copyPassphrase } = useCopy({ source: passphrase, text: 'Passphrase
 | 
			
		||||
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
@ -107,5 +107,5 @@ const formats = [
 | 
			
		||||
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
@ -98,5 +98,5 @@ const decryptOutput = computed(() => algos[decryptAlgo.value].decrypt(decryptInp
 | 
			
		||||
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
@ -68,5 +68,5 @@ const hashedText = computed(() => algos[algo.value](clearText.value).toString())
 | 
			
		||||
const { copy } = useCopy({ source: hashedText, text: 'Hash copied to the clipboard' })
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
@ -81,5 +81,5 @@ function refreshToken() {
 | 
			
		||||
refreshToken()
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
@ -96,5 +96,5 @@ const { copy: copyDecoded } = useCopy({ source: decodeOutput, text: 'Decoded str
 | 
			
		||||
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
@ -48,5 +48,5 @@ const { copy } = useCopy({ source: uuids, text: 'UUIDs copied to the clipboard'
 | 
			
		||||
refreshUUIDs()
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="scss" scoped>
 | 
			
		||||
<style lang="less" scoped>
 | 
			
		||||
</style>
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user