Commit 52178515 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Remove to old GitLab colors for succes and primary

parent 29355374
...@@ -51,7 +51,7 @@ $padding-base-horizontal: 14px; ...@@ -51,7 +51,7 @@ $padding-base-horizontal: 14px;
//## //##
$input-color: $text-color; $input-color: $text-color;
$input-border: #dce4ec; $input-border: #DDD;
$input-border-focus: $brand-info; $input-border-focus: $brand-info;
$legend-color: $text-color; $legend-color: $text-color;
......
...@@ -15,17 +15,12 @@ $background-color: #f5f5f5; ...@@ -15,17 +15,12 @@ $background-color: #f5f5f5;
/* /*
* State colors: * State colors:
*/ */
$gl-success: #019875;
$gl-danger: #d9534f;
$gl-primary: #446e9b; $gl-primary: #446e9b;
$gl-success: #019875;
$gl-info: #029ACF; $gl-info: #029ACF;
$gl-warning: #EB9532; $gl-warning: #EB9532;
$gl-danger: #d9534f;
$gl-primary: #2C3E50;
$gl-success: #18BC9C;
$gl-info: #3498DB;
$gl-warning: #F39C12;
$gl-danger: #E74C3C;
/* /*
* Commit Diff Colors * Commit Diff Colors
*/ */
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
p { p {
padding-top: 1px; padding-top: 1px;
margin: 0; margin: 0;
color: #222; color: $gray-dark;
img { img {
position: relative; position: relative;
top: 3px; top: 3px;
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
.row_title { .row_title {
color: $text-color; color: $gray-dark;
&:hover { &:hover {
color: $text-color; color: $text-color;
......
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