We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f5e692 commit 5beeee0Copy full SHA for 5beeee0
components/roadmap.vue
@@ -100,19 +100,6 @@ const cta = computed(() => {
100
@include mini {
101
margin-bottom: toRem(15);
102
}
103
- &:hover {
104
- .heading {
105
- transform: scale(1.15);
106
- }
107
- .icon {
108
- :deep(path) {
109
- fill: $chardonnay;
110
111
112
- .h2 {
113
- color: $chardonnay;
114
115
116
117
118
.heading-wrapper {
@@ -130,6 +117,17 @@ const cta = computed(() => {
130
margin-top: 0;
131
margin-bottom: 0.5rem;
132
119
120
+ &:hover {
121
+ transform: scale(1.15);
122
+ .icon {
123
+ :deep(path) {
124
+ fill: $chardonnay;
125
+ }
126
127
+ .h2 {
128
+ color: $chardonnay;
129
133
.heading-button {
134
display: block;
135
padding: 0.5rem;
0 commit comments