fix: Add compact type, fix spacing in contact panel (#1352)

* fix: Add compact type, fix spacing in contact panel

* Set padding-top, padding-bottom
This commit is contained in:
Pranav Raj S 2020-10-21 15:18:36 +05:30 committed by GitHub
parent 552df63621
commit b9be43b276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -38,6 +38,11 @@
&.round {
border-radius: $space-larger;
}
&.compact {
padding-bottom: 0;
padding-top: 0;
}
}
.button--fixed-right-top {

View file

@ -10,7 +10,7 @@
<button
v-if="showCopy"
type="submit"
class="button nice link hollow grey-btn"
class="button nice link hollow grey-btn compact"
@click="onCopy"
>
<i class="icon copy-icon ion-clipboard"></i>