Skip to content
Snippets Groups Projects
cta-link-button.scss 719 B
Newer Older
  • Learn to ignore specific revisions
  • :host {
      display: block;
    }
    
    .hy-cta-link-button-container {
      display: flex;
    }
    
    .hy-cta-link-button {
    
      background-color: transparent;
      color: var(--brand-main);
      cursor: pointer;
      display: flex;
      font-family: var(--main-font-family);
    
      height: 100%;
    
      position: relative;
      text-decoration: none;
    
      &__text {
    
        padding: 14px 0;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    
      }
      &__link-icon {
    
          background-color: var(--brand-main-light);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
          fill: var(--grayscale-white);
          padding: 10.29px;