Commit 639b7189 authored by Clement Ho's avatar Clement Ho

[skip ci] col-*-push and col-*-pull => order-*

parent 9b9d0f39
...@@ -41,10 +41,10 @@ gl.issueBoards.ModalEmptyState = Vue.extend({ ...@@ -41,10 +41,10 @@ gl.issueBoards.ModalEmptyState = Vue.extend({
template: ` template: `
<section class="empty-state"> <section class="empty-state">
<div class="row"> <div class="row">
<div class="col-xs-12 col-sm-6 col-sm-push-6"> <div class="col-xs-12 col-sm-6 order-sm-last">
<aside class="svg-content"><img :src="emptyStateSvg"/></aside> <aside class="svg-content"><img :src="emptyStateSvg"/></aside>
</div> </div>
<div class="col-xs-12 col-sm-6 col-sm-pull-6"> <div class="col-xs-12 col-sm-6 order-sm-first">
<div class="text-content"> <div class="text-content">
<h4>{{ contents.title }}</h4> <h4>{{ contents.title }}</h4>
<p v-html="contents.content"></p> <p v-html="contents.content"></p>
......
...@@ -18,10 +18,10 @@ export default { ...@@ -18,10 +18,10 @@ export default {
<template> <template>
<div class="mr-widget-body mr-widget-empty-state"> <div class="mr-widget-body mr-widget-empty-state">
<div class="row"> <div class="row">
<div class="artwork col-sm-5 col-sm-push-7 col-12 text-center"> <div class="artwork col-md-5 order-md-last col-12 text-center">
<span v-html="emptyStateSVG"></span> <span v-html="emptyStateSVG"></span>
</div> </div>
<div class="text col-sm-7 col-sm-pull-5 col-12"> <div class="text col-md-7 order-md-first col-12">
<span> <span>
Merge requests are a place to propose changes you have made to a project Merge requests are a place to propose changes you have made to a project
and discuss those changes with others. and discuss those changes with others.
......
.container.convdev-empty .container.convdev-empty
.col-sm-6.col-sm-push-3.text-center .col-sm-12.justify-content-center.text-center
= custom_icon('convdev_no_index') = custom_icon('convdev_no_index')
%h4 Usage ping is not enabled %h4 Usage ping is not enabled
%p %p
......
.container.convdev-empty .container.convdev-empty
.col-sm-6.col-sm-push-3.text-center .col-sm-12.justify-content-center.text-center
= custom_icon('convdev_no_data') = custom_icon('convdev_no_data')
%h4 Data is still calculating... %h4 Data is still calculating...
%p %p
......
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