Sha256: 29040e38ea8429e75d07c2274024cdbe50d58f2d4819bae27808d86511484892

Contents?: true

Size: 1.26 KB

Versions: 2

Compression:

Stored size: 1.26 KB

Contents

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #4b7399;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #00f;

  img {
    border: none;
  }
}

p,
article {
  margin: 14px 0;
}

th,
td {
  padding: 4px 1px;
}

h1 {
  margin-bottom: 20px;
}

li {
  list-style-position: inside;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.none {
  display: none;
}

.text_right {
  text-align: right;
}

.margin-right-tiny {
  margin-right: 4px;
}

.bottom_space {
  margin-bottom: 14px;
}

.bold {
  font-weight: bold;
}

#container {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px 40px;
  border: solid 1px black;
  margin-top: 20px;
}

.flash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;

  &.notice {
    background-color: rgba(0, 178, 5, 0.9);
  }

  &.alert {
    background-color: rgba(208, 0, 0, 0.9);
  }

  &.warning {
    background-color: rgba(227, 183, 113, 0.9);
  }

  p {
    text-align: center;
  }
}

#user_nav {
  p {
    text-align: right;
  }
}

.errors {
  color: #d00;
}

input[type="text"],
input[type="password"],
textarea {
  width: 300px;
  height: 30px;
  font-size: 16px;
}

input[type="submit"] {
  font-size: 20px;
}

textarea {
  height: 120px;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
loco-rails-3.0.5 test/dummy/frontend/css/global.css
loco-rails-3.0.4 test/dummy/frontend/css/global.scss