Guest User

Untitled

a guest
Aug 16th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <aura:component implements="force:appHostable">
  2. <lightning:card class="test" iconName="custom:custom62" title="Test Card">
  3. <aura:set attribute="actions">
  4. <lightning:button label="Button"/>
  5. </aura:set>
  6. </lightning:card>
  7. </aura:component>
  8.  
  9. .THIS.test {
  10. position: fixed;
  11. width: 100%;
  12. }
Add Comment
Please, Sign In to add comment