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
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 {