Skip to content

Commit

Permalink
fix(AboutBox): Cleaner style
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jun 22, 2018
1 parent 66e1aa1 commit 0534315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions src/components/core/AboutBox/style.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.aboutIcon {
width: 100%;
max-height: 80px;
max-width: 100%;
height: 40px;
}

.glanceIcon {
width: 50%;
}
5 changes: 2 additions & 3 deletions src/components/core/AboutBox/template.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<v-card>
<v-card-title>
<span class="title">About</span>
<span class="title"><svg-icon icon="paraview-glance" :class="$style.glanceIcon" /></span>
<v-spacer />
<v-btn
flat
Expand All @@ -12,7 +12,6 @@
</v-card-title>
<hr>
<v-card-text>
<svg-icon icon="paraview-glance" />
<p class="body-1">
<a href="https://kitware.github.io/paraview-glance/">ParaView Glance</a>
is an open-source web application developed at
Expand Down Expand Up @@ -50,4 +49,4 @@
</v-flex>
</v-layout>
</v-card-text>
</v-card>
</v-card>

0 comments on commit 0534315

Please sign in to comment.