Commit 9f673aa4 authored by Phil Hughes's avatar Phil Hughes

Removed page specific variables

parent b03df175
...@@ -101,10 +101,9 @@ $border-red-dark: #CA264F; ...@@ -101,10 +101,9 @@ $border-red-dark: #CA264F;
$help-well-bg: #FAFAFA; $help-well-bg: #FAFAFA;
$help-well-border: #E5E5E5; $help-well-border: #E5E5E5;
$settings-message-bg: #FBF2D9; $warning-message-bg: #FBF2D9;
$settings-message-color: #9E8E60; $warning-message-color: #9E8E60;
$settings-message-border: #F0E2BB; $warning-message-border: #F0E2BB;
$settings-message-radius: 3px;
/* header */ /* header */
$light-grey-header: #faf9f9; $light-grey-header: #faf9f9;
......
...@@ -178,14 +178,18 @@ ...@@ -178,14 +178,18 @@
.profile-settings-message { .profile-settings-message {
line-height: 32px; line-height: 32px;
color: $settings-message-color; color: $warning-message-color;
background-color: $settings-message-bg; background-color: $warning-message-bg;
border: 1px solid $settings-message-border; border: 1px solid $warning-message-border;
border-radius: $settings-message-radius; border-radius: $border-radius-base;
} }
.oauth-applications { .oauth-applications {
form { form {
display: inline-block; display: inline-block;
} }
.last-heading {
width: 105px;
}
} }
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
%th Name %th Name
%th Callback URL %th Callback URL
%th Clients %th Clients
%th{width: 105} %th.last-heading
%tbody %tbody
- @applications.each do |application| - @applications.each do |application|
%tr{:id => "application_#{application.id}"} %tr{:id => "application_#{application.id}"}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment