Skip to content

Commit

Permalink
Improved: added margin block on selected job card & transition on ion…
Browse files Browse the repository at this point in the history
…-card(hotwax#742)
  • Loading branch information
R-Sourabh committed Nov 26, 2024
1 parent 700be80 commit 111eaa5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/views/Pipeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,12 @@ export default defineComponent({
<style scoped>
.selected-job {
box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.14), 0px 3px 14px 0px rgba(0, 0, 0, 0.12), 0px 4px 5px 0px rgba(0, 0, 0, 0.20);
scale: 1.03
scale: 1.03;
margin-block: var(--spacer-sm);
}
ion-card {
transition: .5s all ease;
}
ion-card-header {
Expand Down

0 comments on commit 111eaa5

Please sign in to comment.