diaspora/app/assets/stylesheets/error_pages.css.scss
Srihari Sriraman 5bd5f9198d Refactored the colors palette a little more
- Introduced text-dark-grey = #666666
- Converted text colors #777777 and #555555 to text-dark-grey
- Removed header-grey in favor of text-grey
- Included colors in a couple of files where it was missing
- Categorized the colors in the palette based on the contexts of usage
2013-08-30 17:58:39 +05:30

25 lines
534 B
SCSS

@import 'colors';
@import 'mixins';
#big-number {
font-family: Roboto-BoldCondensed, Helvetica, Arial, sans-serif;
font-size: 250px;
line-height: 1em;
text-align: center;
padding-top: 100px;
text-shadow: 0 2px 0 #fff, 0 -1px 0 #999;
color: #ddd;
}
.transparent {
@include opacity(0.8);
}
#content {
font-family: Roboto, Helvetica, Arial, sans-serif;
text-align: center;
text-shadow: 0 1px 0 #fff;
font-size: 1.25em;
line-height: 1.5em;
color: $text-dark-grey;
position: absolute;
left: 0; right: 0;
}