Skip to content

Commit

Permalink
Remove unnecessary spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Dec 10, 2020
1 parent 1222387 commit 0478311
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/views/avatar/AvatarDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="p-col-12 p-md-4">
<div class="card">
<h5>Label - Badge</h5>
<Avatar label="U" class="p-mr-2" size="xlarge" style="background-color:#4caf4f; color: #ffffff" v-badge="4" />
<Avatar label="U" size="xlarge" style="background-color:#4caf4f; color: #ffffff" v-badge="4" />
</div>
</div>
</div>
Expand All @@ -57,7 +57,7 @@
<div class="p-col-12 p-md-4">
<div class="card">
<h5>Icon - Badge</h5>
<Avatar icon="pi pi-user" class="p-mr-2" size="xlarge" v-badge="4"/>
<Avatar icon="pi pi-user" size="xlarge" v-badge="4"/>
</div>
</div>
</div>
Expand Down Expand Up @@ -89,7 +89,7 @@
<div class="p-col-12 p-md-4">
<div class="card">
<h5>Image - Badge</h5>
<Avatar image="demo/images/organization/walter.jpg" class="p-mr-2" size="xlarge" v-badge.danger="4" />
<Avatar image="demo/images/organization/walter.jpg" size="xlarge" v-badge.danger="4" />
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions src/views/avatar/AvatarDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ import AvatarGroup from 'primevue/avatargroup';
&lt;div class="p-col-12 p-md-4"&gt;
&lt;div class="card"&gt;
&lt;h5&gt;Label - Badge&lt;/h5&gt;
&lt;Avatar label="U" class="p-mr-2" size="xlarge" style="background-color:#4caf4f; color: #ffffff" v-badge="4" /&gt;
&lt;Avatar label="U" size="xlarge" style="background-color:#4caf4f; color: #ffffff" v-badge="4" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
Expand All @@ -236,7 +236,7 @@ import AvatarGroup from 'primevue/avatargroup';
&lt;div class="p-col-12 p-md-4"&gt;
&lt;div class="card"&gt;
&lt;h5&gt;Icon - Badge&lt;/h5&gt;
&lt;Avatar icon="pi pi-user" class="p-mr-2" size="xlarge" v-badge="4"/&gt;
&lt;Avatar icon="pi pi-user" size="xlarge" v-badge="4"/&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
Expand Down Expand Up @@ -268,7 +268,7 @@ import AvatarGroup from 'primevue/avatargroup';
&lt;div class="p-col-12 p-md-4"&gt;
&lt;div class="card"&gt;
&lt;h5&gt;Image - Badge&lt;/h5&gt;
&lt;Avatar image="demo/images/organization/walter.jpg" class="p-mr-2" size="xlarge" v-badge.danger="4" /&gt;
&lt;Avatar image="demo/images/organization/walter.jpg" size="xlarge" v-badge.danger="4" /&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
Expand Down

0 comments on commit 0478311

Please sign in to comment.