loginLog.css 307 B

12345678910111213
  1. #accountLoginLog {
  2. box-sizing: border-box;
  3. }
  4. #accountLoginLog table caption {
  5. caption-side: top;
  6. color: #bbbbbb;
  7. }
  8. #accountLoginLog table tr th, #accountLoginLog table tr td {
  9. text-align: center;
  10. }
  11. #accountLoginLog table thead tr th {
  12. background: #133a46;
  13. }/*# sourceMappingURL=loginLog.css.map */