nobitagit / ng-material-floating-button

Material design floating menu with action buttons implemented as an Angularjs directive.
http://nobitagit.github.io/ng-material-floating-button/
MIT License
464 stars 130 forks source link

.mfb-component__wrap margin in css/scss #75

Closed josephlaw closed 8 years ago

josephlaw commented 8 years ago

Is it better to change as below?

.mfb-component__wrap {
  padding: $border-distance;
  /*margin: $border-distance; */
  margin: auto;  
}