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.

connection-info.scss 392B

1234567891011121314151617181920212223242526
  1. %connection-info {
  2. text-align: left;
  3. font-size: 12px;
  4. font-weight: 400;
  5. color: $popoverFontColor;
  6. td {
  7. padding: 2px 0;
  8. }
  9. }
  10. .connection-info
  11. {
  12. float: left;
  13. padding-bottom: 5px;
  14. @extend %connection-info;
  15. > table {
  16. white-space: nowrap;
  17. @extend %connection-info;
  18. }
  19. td:nth-child(n-1) {
  20. padding-left: 5px;
  21. }
  22. }