feat: Use border-main (#721)

This commit is contained in:
Aman Harwara
2021-11-05 19:29:54 +05:30
committed by GitHub
parent 54c09b9b49
commit 42b3cf5750
14 changed files with 44 additions and 33 deletions

View File

@@ -26,7 +26,7 @@
}
&:hover {
@extend .border-neutral;
@extend .border-main;
@extend .border-solid;
@extend .border-1;
@extend .bg-default;
@@ -49,4 +49,4 @@
iframe {
height: 60vh;
}
}
}