fix css issues on oauth authorization page to make it responsive
LEARNER-4068
This commit is contained in:
@@ -17,9 +17,8 @@
|
||||
// For the django-oauth-toolkit Authorization view
|
||||
.wrapper-authorize {
|
||||
background: $white;
|
||||
width: 60%;
|
||||
padding-right: 140px;
|
||||
padding-left: 140px;
|
||||
padding-right: $baseline/2;
|
||||
padding-left: $baseline/2;
|
||||
font-family: $font-family-sans-serif;
|
||||
|
||||
h1 {
|
||||
|
||||
Reference in New Issue
Block a user