{
    "$schema": "https://schemas.wp.org/trunk/theme.json",
    "version": 3,
    "title": "Google Play Button",
    "slug": "button-google-play",
    "blockTypes": [
      "core/button"
    ],
    "styles": {
      "css": "display: inline-flex; align-items: center; gap: 12px; padding: 18px 24px 18px 20px !important; font-weight: 600; font-size: 16px; width: fit-content; border-radius: 999px; background-color: #000; color: #fff; position: relative; &::before { content: ''; display: inline-block; width: 20px; height: 20px; background-image: url('/wp-content/themes/dravix/assets/images/dravix-google-play.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; }",
      "typography": {
        "fontSize": "16px",
        "textTransform": "none",
        "fontWeight": "600"
      },
      "border": {
        "radius": "999px"
      },
      "color": {
        "background": "#000000",
        "text": "#ffffff"
      }
    }
  }
  