sync status, show credentials

This commit is contained in:
Mo Bitar
2017-01-28 22:44:40 -06:00
parent 5d9c1c3413
commit 46e9e91f46
5 changed files with 58 additions and 10 deletions

View File

@@ -76,6 +76,10 @@
display: block;
}
.small-padding {
padding: 5px !important;
}
.medium-padding {
padding: 10px !important;
}
@@ -84,6 +88,14 @@
padding-bottom: 4px !important;
}
.pb-6 {
padding-bottom: 6px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.large-padding {
padding: 22px !important;
}
@@ -178,7 +190,7 @@
}
h4 {
margin-bottom: 0px !important;
margin-bottom: 4px !important;
font-size: 13px !important;
}