Skip to content

Commit

Permalink
fix(FEC-11338): update share ui (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvalke authored Jun 29, 2021
1 parent 74b187f commit d9b8f37
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/copy-button/_copy-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
margin: 0;
}
.btn-copy-url {
margin: 0 10px;
margin: 0 8px;

.icon {
height: 24px;
Expand Down
4 changes: 3 additions & 1 deletion src/components/error-overlay/_error-overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@
margin: 0;
}
.btn-copy-url {
margin-left: 10px;
margin-left: 8px;
height: 32px;
width: 32px;

.icon {
height: 24px;
Expand Down
36 changes: 30 additions & 6 deletions src/styles/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,24 @@

padding: 8px 12px 8px 8px;
width: 82px;
height: 32px;
height: 40px;
background-color: transparent;

&.only-icon {
padding: 4px;
width: 32px;
height: 32px;
width: 40px;
height: 40px;
}

&.only-label {
padding: 8px;
width: 50px;
height: 32px;
height: 40px;
}

i {
width: 24px;
height: 24px;
width: 32px;
height: 32px;
}

label {
Expand All @@ -90,3 +90,27 @@
background-color: $color-tone4;
}
}

.player.size-sm,
.player.size-xs {
.btn-borderless {
height: 32px;

i {
width: 24px;
height: 24px;
}

&.only-icon {
padding: 4px;
width: 32px;
height: 32px;
}

&.only-label {
padding: 8px;
width: 50px;
height: 32px;
}
}
}
2 changes: 2 additions & 0 deletions src/styles/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@
}
input:checked + label:before {
content: '';
text-align: center;
font-size: 14px;
}
}

Expand Down

0 comments on commit d9b8f37

Please sign in to comment.