Sha256: 93bc8396562325a0664a940acfafb01db8898197ed86e3cc20522a0f5c29e032

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 KB

Contents

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
  font-size: 14px;
}

h1 {
  font-size: 40px;
  font-family: "Raleway";
}

a:link, a:visited {
  color: steelblue;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

table.main-table {
  width: 100%;
  height: 100%;
  border-collapse: separate;
  border-spacing: 0px;

  td.main-logo {
    font-size: 40px;
    font-family: "Raleway";
    padding: 22px;
  }

  td.main-menu {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 10px;

    .menu-item {
      float: left;
      margin-right: 12px;
    }
  }

  td.main-content {
    height: 100%;
    vertical-align: top;
    padding: 12px;
  }
}

table > thead > tr > th {
  text-align: left;
}

.button {
  padding: 10px;
  background-color: lightgrey;
  border: 1px solid black;
  border-radius: 5px;
  color: black;
  text-decoration: none;

  &:link, &:visited, &:hover, &:active {
    color: black;
    text-decoration: none;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
awesome_translations-0.0.26 app/assets/stylesheets/awesome_translations/layout.css.scss
awesome_translations-0.0.25 app/assets/stylesheets/awesome_translations/layout.css.scss