Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

page_affiliate.scss

Jonathan Tsang edited this page Sep 1, 2017 · 1 revision

Description

// Affiliate
// ======================================

.affiliate {
  @include page-padding;
}

.affiliate__links {
  table-layout: auto;
}

.affiliate__links-homepage {
  @include form-control;

  display: inline-block;
  width: auto;
  background-color: $gray-0;
  line-height: 1;
}

.affiliate__commissions-owed,
.affiliate__commissions-paid {

  p {
    @include form-control;

    display: inline-block;
    width: auto;
    min-width: 10rem;
    background-color: $gray-0;
    line-height: 1;
  }
}
Clone this wiki locally