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:
parent
552df63621
commit
b9be43b276
2 changed files with 6 additions and 1 deletions
|
@ -38,6 +38,11 @@
|
|||
&.round {
|
||||
border-radius: $space-larger;
|
||||
}
|
||||
|
||||
&.compact {
|
||||
padding-bottom: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.button--fixed-right-top {
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue