preferences.less 215 B

123456789101112131415
  1. .table > tbody > tr > td, .table > tbody > tr > th {
  2. vertical-align: middle !important;
  3. }
  4. .nav-tabs.nav-justified{
  5. margin-bottom: 20px;
  6. }
  7. p {
  8. margin: 10px 0;
  9. }
  10. input.cursor-text {
  11. margin: 10px 0;
  12. }