22 lines
574 B
SCSS
Executable File
22 lines
574 B
SCSS
Executable File
// 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; }
|
|
|
|
.avatar-large {
|
|
vertical-align: top;
|
|
}
|
|
|
|
textarea { height: 10em; }
|