A simple twilio app in rails and angular

message.css.scss 280B

12345678910111213
  1. // Place all the styles related to the Message controller here.
  2. // They will automatically be included in application.css.
  3. // You can use Sass (SCSS) here: http://sass-lang.com/
  4. .message {
  5. padding: 0px;
  6. margin: 15px;
  7. }
  8. .message .panel-heading {
  9. font-weight: bold;
  10. }