Skip to content

Commit

Permalink
Add back accidentally removed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
emuvente committed Sep 22, 2020
1 parent ea435f6 commit 86a4e2b
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion src/pages/GetStarted/GetStartedResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</h1>
</template>
<template v-else>
<h1 class="loan-results__headline">
<h1 class="loan-results__headline loan-results__headline--no-results">
Sorry, we couldn't find any loans matching your preferences
</h1>
<p class="loan-results__tagline">
Expand Down Expand Up @@ -286,6 +286,22 @@ export default {
@include breakpoint(medium down) {
font-size: rem-calc(18);
}
&--no-results {
margin-bottom: 1rem;
}
}
&__tagline {
text-align: center;
font-size: rem-calc(12);
line-height: 1.35;
max-width: 14rem;
margin: 0 auto 2rem;
@include breakpoint(large up) {
font-size: rem-calc(20);
max-width: 24rem;
}
}
&__loans {
Expand Down

0 comments on commit 86a4e2b

Please sign in to comment.