Commit c15584c3 authored by Takuya Noguchi's avatar Takuya Noguchi

Replace aside:not(.right-sidebar) with display properties

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 5804d8b9
......@@ -45,7 +45,7 @@ export default {
<section class="empty-state">
<div class="row">
<div class="col-12 col-md-6 order-md-last">
<aside class="svg-content"><img :src="emptyStateSvg" /></aside>
<aside class="svg-content d-none d-md-block"><img :src="emptyStateSvg" /></aside>
</div>
<div class="col-12 col-md-6 order-md-first">
<div class="text-content">
......
......@@ -63,9 +63,3 @@
}
}
}
@include media-breakpoint-down(sm) {
aside:not(.right-sidebar) {
display: none;
}
}
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