parent
2468e5830b
commit
8e457f17ba
8 changed files with 44 additions and 16 deletions
|
@ -20,9 +20,20 @@ limitations under the License.
|
|||
color: $secondary-content;
|
||||
}
|
||||
|
||||
.mx_ShareLatestLocation_copy {
|
||||
// double class to be more specific than the general mx_CopyableText CSS rule
|
||||
.mx_CopyableText.mx_ShareLatestLocation_copy {
|
||||
// override copyable text style to make compact
|
||||
.mx_CopyableText_copyButton {
|
||||
height: 13px;
|
||||
margin-left: $spacing-8 !important;
|
||||
position: relative;
|
||||
top: -1px;
|
||||
width: 13px;
|
||||
|
||||
&::before {
|
||||
background-color: $secondary-content;
|
||||
height: 13px;
|
||||
width: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue