Commit 6afd8ac9 authored by Alexander Turinske's avatar Alexander Turinske

Update utility classes to match standards

parent 5a846105
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
</section> </section>
<section <section
v-if="shouldShowRuleEditor" v-if="shouldShowRuleEditor"
class="gl-s-w-half gl-s-max-w-30p gl-p-5 gl-border-l-gray-100 gl-border-l-1 gl-md-border-l-solid" class="gl-md-w-50p gl-md-max-w-30p gl-p-5 gl-border-l-gray-100 gl-border-l-1 gl-md-border-l-solid"
data-testid="rule-editor-preview" data-testid="rule-editor-preview"
> >
<slot name="rule-editor-preview"></slot> <slot name="rule-editor-preview"></slot>
......
...@@ -10,13 +10,13 @@ ...@@ -10,13 +10,13 @@
align-items: flex-start; align-items: flex-start;
} }
.gl-s-max-w-30p { .gl-md-max-w-30p {
@media (min-width: $breakpoint-md) { @media (min-width: $breakpoint-md) {
max-width: 30%; max-width: 30%;
} }
} }
.gl-s-w-half { .gl-md-w-50p {
@media (min-width: $breakpoint-md) { @media (min-width: $breakpoint-md) {
width: 50%; width: 50%;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment