Added styling to cards and links to the group sites
This commit is contained in:
parent
fde74a5d7d
commit
8c11e94b86
|
@ -1,6 +1,11 @@
|
|||
@import '~office-ui-fabric-react/dist/sass/References.scss';
|
||||
|
||||
.reactMyGroups {
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 700px;
|
||||
margin: 0px auto;
|
||||
|
|
|
@ -83,9 +83,11 @@ export class ReactMyGroups extends React.Component<IReactMyGroupsProps, IReactMy
|
|||
>
|
||||
<DocumentCardPreview {...previewProps} />
|
||||
<DocumentCardDetails>
|
||||
<DocumentCardTitle
|
||||
title={item.displayName}
|
||||
/>
|
||||
<a href={item.url}>
|
||||
<DocumentCardTitle
|
||||
title={item.displayName}
|
||||
/>
|
||||
</a>
|
||||
</DocumentCardDetails>
|
||||
</DocumentCard>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue