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

Removed page specific variables

parent b03df175
......@@ -101,10 +101,9 @@ $border-red-dark: #CA264F;
$help-well-bg: #FAFAFA;
$help-well-border: #E5E5E5;
$settings-message-bg: #FBF2D9;
$settings-message-color: #9E8E60;
$settings-message-border: #F0E2BB;
$settings-message-radius: 3px;
$warning-message-bg: #FBF2D9;
$warning-message-color: #9E8E60;
$warning-message-border: #F0E2BB;
/* header */
$light-grey-header: #faf9f9;
......
......@@ -178,14 +178,18 @@
.profile-settings-message {
line-height: 32px;
color: $settings-message-color;
background-color: $settings-message-bg;
border: 1px solid $settings-message-border;
border-radius: $settings-message-radius;
color: $warning-message-color;
background-color: $warning-message-bg;
border: 1px solid $warning-message-border;
border-radius: $border-radius-base;
}
.oauth-applications {
form {
display: inline-block;
}
.last-heading {
width: 105px;
}
}
......@@ -29,7 +29,7 @@
%th Name
%th Callback URL
%th Clients
%th{width: 105}
%th.last-heading
%tbody
- @applications.each do |application|
%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