NMandapaty/ArcticVoice

View on GitHub
app/assets/stylesheets/users.scss

Summary

Maintainability
Test Coverage
// 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/


.field > label{
    color: black;
    font-size: 14px;
    padding-right: 20px;
}

.field > input {
    font-size: 14px;
}