Guest User

Untitled

a guest
May 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. {name: "divider", kind: "HFlexBox", className: "albumTitle", components: [
  2. {name: "dividerImage", kind: "Image", className: "album",src: "", width: "50px", height: "50px"},
  3. {name: "dividerTitle", content: "Aim and Ignite", className: "title"}
  4. ]},
  5.  
  6.  
  7.  
  8. .albumTitle {
  9. padding: 5px;
  10. height: 70px;
  11. }
  12. .albumTitle .album {
  13. padding: 5px;
  14. }
  15. .albumTitle .title {
  16. height: 50px;
  17. vertical-align: middle;
  18. }
Add Comment
Please, Sign In to add comment