Merge branch 'panel-edit-in-react' into various-style-fixes

This commit is contained in:
Torkel Ödegaard
2018-11-30 01:46:41 -08:00
17 changed files with 665 additions and 44 deletions

View File

@@ -172,6 +172,12 @@
padding-right: 20px;
}
// No horizontal padding
.btn-p-x-0 {
padding-left: 0;
padding-right: 0;
}
// External services
// Usage:
// <div class="btn btn-service btn-service--facebook">Button text</div>