Skip to content
Snippets Groups Projects
Commit dea0cb47 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra
Browse files

changed dashed border button color to be darker

parent 1140fcce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -13,6 +13,7 @@ $sidebar-breakpoint: 1024px;
$darken-normal-factor: 7%;
$darken-dark-factor: 10%;
$darken-border-factor: 5%;
$darken-border-dashed-factor: 25%;
 
$white-light: #fff;
$white-normal: #f0f0f0;
Loading
Loading
@@ -134,6 +135,7 @@ $border-white-normal: darken($white-normal, $darken-border-factor);
 
$border-gray-light: darken($gray-light, $darken-border-factor);
$border-gray-normal: darken($gray-normal, $darken-border-factor);
$border-gray-normal-dashed: darken($gray-normal, $darken-border-dashed-factor);
$border-gray-dark: darken($white-normal, $darken-border-factor);
 
/*
Loading
Loading
Loading
Loading
@@ -752,7 +752,7 @@ a.deploy-project-label {
}
 
li.missing {
border: 1px dashed $border-gray-normal;
border: 1px dashed $border-gray-normal-dashed;
border-radius: $border-radius-default;
 
a {
Loading
Loading
---
title: changed dashed border button color to be darker
merge_request: !14041
author:
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment