You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
331 B

  1. .panel-success .panel-footer {
  2. background: #dff0d8;
  3. color: #3c763d;
  4. font-size: small;
  5. text-align: center;
  6. border-top: 0;
  7. padding: 6px 15px;
  8. }
  9. .panel-info .panel-footer {
  10. background: #d9edf7;
  11. color: #31708f;
  12. font-size: small;
  13. text-align: center;
  14. border-top: 0;
  15. padding: 8px 15px;
  16. }