profile-details.less 325 B

1234567891011121314151617181920
  1. //
  2. // Profile Details
  3. // --------------------------------------------------
  4. .panel-profile-details-group.panel {
  5. border: 1px solid @panel-form-border;
  6. }
  7. .panel-profile-details-group.panel .form-group {
  8. margin: 0px;
  9. }
  10. .panel-profile-details-group .form-control-static {
  11. p:last-child {
  12. margin-bottom: 0px;
  13. }
  14. }