Sha256: 921319bdec71c8f57a9016b5e7cd4b95f4f4c8b081aa6aa46d952125be500eea

Contents?: true

Size: 1.44 KB

Versions: 2

Compression:

Stored size: 1.44 KB

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;
    }

  }
}

#swat, #confirmation-modal {

  .btn {
    border: none;
    font-weight: bold;
    margin-right: 10px;

    background-color: $greenBtnBg;
    color: $greenBtnColor;
    &:hover {
      background-color: $greenBtnBgHover;
    }

    &.grey {
      background-color: rgb(212, 209, 210);
      color: #7f807d;
      &:hover {
        background-color: rgb(188, 186, 186);
      }
    }

    &.red {
      background-color: #F29FA4;
      color: #AE4659;
      &:hover {
        background-color: #FAB9BD;
      }
    }
  }

}

Version data entries

2 entries across 2 versions & 1 rubygems

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