14 lines
437 B
SCSS
14 lines
437 B
SCSS
// 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; }
|
|
|
|
.avatar { height: 2em; width: 2em; }
|
|
|
|
textarea { height: 10em; }
|