mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
removed erroneous share button icon
This commit is contained in:
parent
76d6b66bb1
commit
78f059e8b4
1 changed files with 13 additions and 12 deletions
|
@ -19,16 +19,17 @@ $navigation-height: 50px;
|
|||
font-size: .875rem;
|
||||
font-weight: normal;
|
||||
|
||||
&:before {
|
||||
display: inline-block;
|
||||
margin-right: .5rem;
|
||||
background-image: url("/svgs/project/share-white.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
background-size: contain;
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
vertical-align: middle;
|
||||
content: "";
|
||||
}
|
||||
// don't show an image in share button, for now.
|
||||
// &:before {
|
||||
// display: inline-block;
|
||||
// margin-right: .5rem;
|
||||
// background-image: url("/svgs/project/share-white.svg");
|
||||
// background-repeat: no-repeat;
|
||||
// background-position: center center;
|
||||
// background-size: contain;
|
||||
// width: 1.25rem;
|
||||
// height: 1.25rem;
|
||||
// vertical-align: middle;
|
||||
// content: "";
|
||||
// }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue