Open-Source-Access-Control-.../app/assets/stylesheets/scaffolds.css.scss

88 lines
1.4 KiB
SCSS
Raw Permalink Normal View History

2012-08-25 04:14:51 +00:00
body {
background-color: #fff;
color: #333;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
margin: 0;
2012-08-25 04:14:51 +00:00
}
p, ol, ul, td {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 13px;
line-height: 18px;
}
pre {
background-color: #eee;
padding: 10px;
font-size: 11px;
}
div {
&.field, &.actions {
margin-bottom: 10px;
}
}
#header {
background-color: #eee; border: 1px solid #ddd;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
padding: 0.5em;
}
#header a {
margin-right: 1em;
}
2013-01-26 09:40:30 +00:00
#logo {
height: 2.0em;
width: 2.0em;
}
2012-08-25 04:14:51 +00:00
#notice {
color: green;
}
#content { margin: 1em; }
2012-08-25 04:14:51 +00:00
.field_with_errors {
padding: 2px;
background-color: red;
display: table;
}
#error_explanation {
width: 450px;
border: 2px solid red;
padding: 7px;
padding-bottom: 0;
margin-bottom: 20px;
background-color: #f0f0f0;
h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
margin-bottom: 0px;
background-color: #c00;
color: #fff;
}
ul li {
font-size: 12px;
list-style: square;
}
}
table { border-spacing: 0; }
td, th { padding: 0.5em; }
.col_highlight { background-color: #ccc; }
dt { font-weight: bold; }
.notice { color: green; }
.alert { color: red; }
.hidden, .hidden a { color: #ccc; }
.payment_instructions { display: none }