Sha256: 1fb9fdd62cebd88bde7a2081b88d7369115fb520a40bed8c940f70e10eeb78e7

Contents?: true

Size: 952 Bytes

Versions: 1

Compression:

Stored size: 952 Bytes

Contents

//= require_tree .
//= require_self

@import "vars";
@import "bootstrap";

#swat {
  font-size: 13px;


  h1, h2, h3 {
    text-align: center;
  }

  #subheader {
    h3 {
      margin: 5px;
    }
  }
  #content {

  }


  table.info {
    font-size: 14px;
    background: $lightGreyBg;
    width: 100%;
    tr {
      border-bottom: 1px solid $whiteColor;
      td {
        padding: 12px;
        &.name {
          font-size: 16px;
          width: 200px;
          padding-left: 21px;
          color: $infoLabelColor;
        }
      }
    }
  }

  .info-widget-container {
    display: block;
    width: 100%;
  }
  .info-widget {
    background: $whiteColor;
    border: 1px solid $containerBorder;
    margin: 20px;
    padding: 28px 38px;
    width: $infoWidgetWidth;
    margin: auto;

    .heading {
      text-align: left;
      margin: 0;
      color: rgba(60, 56, 55, 0.68);
    }

    table {
      margin-bottom: 18px;
    }

  }


}


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sw2at-ui-0.0.14 app/assets/stylesheets/swat/application.scss