A simple twilio app in rails and angular

message.css.scss 265B

123456789101112
  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. .create_form{
  5. margin: 30px;
  6. }
  7. .message .panel-heading {
  8. font-weight: bold;
  9. }