fix: input borders

This commit is contained in:
Liyas Thomas
2020-12-12 19:16:37 +05:30
parent a56e2bb577
commit 858ab252a6
11 changed files with 18 additions and 10 deletions

View File

@@ -3,6 +3,12 @@
</template>
<style lang="scss">
.url-field {
@apply border-dashed;
@apply md:border-l;
@apply border-brdColor;
}
.highlight-VAR {
@apply font-bold;
@apply text-acColor;