ui defects

This commit is contained in:
Donielle Austin 2022-05-10 16:39:23 -04:00
parent 2ae1c20c98
commit 69d94610d7
2 changed files with 3 additions and 3 deletions

View file

@ -138,12 +138,12 @@ export default {
</script> </script>
<style lang="scss"> <style lang="scss">
.vinLookupMethodHeading p{ .vinLookupMethodHeading p {
font-size: 1rem; font-size: 1rem;
font-weight: 500; font-weight: 500;
color: $black; color: $black;
} }
div .current_car_info-text{ div .current_car_info-text {
padding-bottom: 16px; padding-bottom: 16px;
} }
</style> </style>

View file

@ -16,7 +16,7 @@ html {
box-shadow: 0px 0px 0px 4px $red-200; box-shadow: 0px 0px 0px 4px $red-200;
border-radius: 10px; border-radius: 10px;
} }
label{ label {
border: 1px solid transparent; border: 1px solid transparent;
} }
label:hover { label:hover {