Bind oauth applications to users
This commit is contained in:
@@ -247,6 +247,12 @@
|
||||
input[type=file] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.hint {
|
||||
display: block;
|
||||
margin-top: 5px;
|
||||
color: lighten(#282c37, 25%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
3
app/assets/stylesheets/oauth/applications.scss
Normal file
3
app/assets/stylesheets/oauth/applications.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
// Place all the styles related to the oauth::applications controller here.
|
||||
// They will automatically be included in application.css.
|
||||
// You can use Sass (SCSS) here: http://sass-lang.com/
|
Reference in New Issue
Block a user