Skip to content

Commit af9bbe0

Browse files
committed
Add styling for inline error on the Key Metrics setup screen.
1 parent cf4ed6f commit af9bbe0

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

assets/sass/components/key-metrics/_googlesitekit-key-metrics-setup-screen.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,19 @@
6868
bottom: 86px;
6969
}
7070
}
71+
72+
.googlesitekit-key-metrics-setup__error--inline {
73+
border-radius: $br-sm;
74+
position: initial;
75+
76+
& + .googlesitekit-key-metrics-setup__footer {
77+
margin-top: $grid-gap-phone;
78+
79+
@media (min-width: $bp-nonTablet) {
80+
margin-top: $grid-gap-desktop;
81+
}
82+
}
83+
}
7184
}
7285

7386
.googlesitekit-key-metrics-setup__title {

0 commit comments

Comments
 (0)