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

22 lines
574 B
SCSS
Raw Normal View History

2012-08-25 04:14:51 +00:00
// Place all the styles related to the users controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
.iconinfo, .hoverinfo { font-size: 1.5em; }
.hoverinfo { cursor: progress; }
.payment_links { background-color: #ddd; padding: 1em; border-radius: 1em;
display: inline-block; float: right; max-width: 30%; min-width: 10em;}
.payment-highlighted {
background-color: orange !important;
}
.avatar { height: 2em; width: 2em; }
2013-08-29 08:42:26 +00:00
.avatar-large {
vertical-align: top;
}
textarea { height: 10em; }