Skip to content

Commit

Permalink
fixed issue with color buttons on block getting started. (#1066)
Browse files Browse the repository at this point in the history
Co-authored-by: Taron Chatoyan <chatoyan48@gmailc.com>
  • Loading branch information
t-chatoyan and Taron Chatoyan authored Mar 19, 2024
1 parent 911bed1 commit 188dc44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions components/layout/FooterContact.vue
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,9 @@
.btn-dark {
border: $btn-dark-border;
}
a {
color: $white !important;
}
}
</style>
4 changes: 0 additions & 4 deletions pages/use-cases/stories/[id]-[slug].vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@
<style scoped lang="scss">
@import "../../../assets/styles/variable";
.container {
padding-bottom: 5.625rem;
}
p, ul > li {
line-height: 1.5rem;
}
Expand Down

0 comments on commit 188dc44

Please sign in to comment.