Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * euf_grid config for bulma
  5. */
  6. $GLOBALS['EUF_GRID_SETTING'] = array (
  7. 'columns' => array (
  8. '', '-tablet', '-mobile', '-desktop'
  9. ),
  10. 'viewports' => array (
  11. 'one-quarter','one-third','half','two-thirds','three-quarters','1','2','3','4','5','6','7','8','9','10','11'
  12. ),
  13. 'devider' => '',
  14.  
  15. 'row' => 'columns',
  16. 'cols' => array ('is-'),
  17. // 'offset' => array (''),
  18. // 'offset_cols' => array (),
  19. // 'pulls' => array ('pull-left', 'pull-right'),
  20. // 'resets' => array ('clear'),
  21. 'options' => array (
  22. 'column',
  23.  
  24. 'is-mobile', 'is-desktop', 'is-multiline', 'is-gapless',
  25.  
  26. 'is-narrow',
  27. 'is-narrow-mobile',
  28. 'is-narrow-tablet',
  29. 'is-narrow-desktop',
  30.  
  31. 'is-offset-one-quarter',
  32. 'is-offset-one-third',
  33. 'is-offset-half',
  34. 'is-offset-two-thirds',
  35. 'is-offset-three-quarters',
  36. 'is-offset-1',
  37. 'is-offset-2',
  38. 'is-offset-3',
  39. 'is-offset-4',
  40. 'is-offset-5',
  41. 'is-offset-6',
  42. 'is-offset-7',
  43. 'is-offset-8',
  44. 'is-offset-9',
  45. 'is-offset-10',
  46. 'is-offset-11',
  47. )
  48. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement