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