Skip to content

Commit

Permalink
Added styles for oauth pages
Browse files Browse the repository at this point in the history
  • Loading branch information
laCour committed Jan 20, 2016
1 parent ea42169 commit d0d0cd9
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
1 change: 1 addition & 0 deletions scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
@import "modules/hacks";

@import "pages/apps";
@import "pages/oauth";
@import "pages/spaces";
@import "pages/website";
@import "pages/status";
Expand Down
51 changes: 51 additions & 0 deletions scss/pages/_oauth.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
body.oauth_page {
background: $color-shade-dark;

.oauth_header {
background: $color-base !important;
}

.alert {
border-color: darken($color-red, 15%);
text-shadow: 0 1px 0 $color-shadow-medium;

&.alert_warning {
border-left-color: darken($color-red, 10%);

.bottom_border {
border-color: darken($color-red, 10%)
}
}
}

.alert_text {
background: $color-red;
color: $base-font-color;

i:hover {
color: $base-font-color !important;
}
}

.darken_hover:hover {
color: $color-highlight !important;
}

.team:hover {
background: $color-shade-darkest;
border: 1px solid $color-shade-light !important;
}

.safe_scopes {
border-top: 1px solid $color-base;
}

.yolk_orange,
.subtle_silver {
color: $base-font-color !important;
}

.top_border {
border-color: $color-base;
}
}

0 comments on commit d0d0cd9

Please sign in to comment.