Merge branch 'profile-share' into 'develop'
Profile: add "Share" button as a primary action to own profile See merge request soapbox-pub/soapbox-fe!897
This commit is contained in:
commit
3f11071fba
3 changed files with 12 additions and 0 deletions
Binary file not shown.
|
@ -209,6 +209,13 @@
|
|||
.svg-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
svg {
|
||||
&.feather {
|
||||
// Feather icons are a little larger
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -606,6 +606,11 @@
|
|||
|
||||
svg {
|
||||
stroke-width: 1.5;
|
||||
|
||||
&.feather {
|
||||
// Feather icons are a little larger
|
||||
transform: scale(0.9);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue