Sha256: 2db08aeb2dde25b719cb1af87b3e00be192bbb7e2951922a7bbdd67957f864e2

Contents?: true

Size: 955 Bytes

Versions: 1

Compression:

Stored size: 955 Bytes

Contents

.portlet {
  @include clearfix;

  .handle {
    cursor: pointer;
    float: left;
    margin: 0 15px;
  }
  .title {
    margin: 0;
    small { margin-left: 10px; }
  }
  .actions {
    float: right;
  }
}


.links .portlet {
  .actions a {
    margin-right: 0;
    margin-left: 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    float: left;
  }
}

.widgets .portlet {
  padding: 0 10px 10px 0;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
}

.slides .portlet {
  padding-right: 10px;
  padding-top: 10px;
  border-top: 1px solid #c2c2c2;
  margin-top: 10px;
  &:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
  }
}

.subpages .portlet {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
  margin-bottom: 10px;
  &:first-child {
    padding-top: 10px;
    border-top: 1px solid #c2c2c2;
    margin-top: 10px;
  }
  .title {display: inline-block;}
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
georgia-0.8.0 app/assets/stylesheets/georgia/components/_portlet.scss