Sha256: 7d8a5e81602866a88f082b67092ffd006974d6baab02b7c565e24afe44547466

Contents?: true

Size: 799 Bytes

Versions: 2

Compression:

Stored size: 799 Bytes

Contents

%SiteSetup {
  @extend %GridDefault;
  padding-top: $BigGap;
  padding-bottom: map-get($site,padding);
  justify-content: center;
}

%PagePosition {
  grid-column: 2 / 3;
  position: relative;
  height: 560px;
}

%ContentFlow {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
}

%ContentPrep {
  margin: 0 0 20px;
  padding: 0 20px;
  width: 50%;
}

%TitleBrowse {
  padding: 8px 10px 6px 10px;
  border-bottom: 2px solid setcolor(gun);
}

%WrapInput {
  border: 1px solid setcolor(gun,light);
  border-radius: 4px;
  overflow: hidden;
  display: block;
}

%InputReset {
  background-color: setcolor(gun,xlight);
  padding: 14px 12px 10px 12px;
  color: setcolor(gun,dark);
  border-radius: 0;
  display: block;
  width: 100%;
  border: 0;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
futuro-1.0.5 _sass/helpers/extends/layout.scss
futuro-1.0.4 _sass/helpers/extends/layout.scss