We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4ed6f commit af9bbe0Copy full SHA for af9bbe0
1 file changed
assets/sass/components/key-metrics/_googlesitekit-key-metrics-setup-screen.scss
@@ -68,6 +68,19 @@
68
bottom: 86px;
69
}
70
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
84
85
86
.googlesitekit-key-metrics-setup__title {
0 commit comments