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.

23 lines
373 B

  1. .domain {
  2. padding: 10px;
  3. border-bottom: 1px solid lighten($ui-base-color, 8%);
  4. .domain__domain-name {
  5. flex: 1 1 auto;
  6. display: block;
  7. color: $primary-text-color;
  8. text-decoration: none;
  9. font-size: 14px;
  10. font-weight: 500;
  11. }
  12. }
  13. .domain__wrapper {
  14. display: flex;
  15. }
  16. .domain_buttons {
  17. height: 18px;
  18. padding: 10px;
  19. white-space: nowrap;
  20. }