change collor for not my file button
This commit is contained in:
@@ -15,6 +15,8 @@ $white: #fff;
|
||||
$black: #000;
|
||||
$red: #dc2626;
|
||||
$green: #00a63e;
|
||||
$green-2: #10b981;
|
||||
$grey: #5a6e8a;
|
||||
$p-color-disabled: #6365f18e;
|
||||
$s-color-disabled: #8a5cf663;
|
||||
$border-color-1: #e2e8f0;
|
||||
|
||||
@@ -379,18 +379,27 @@
|
||||
|
||||
.btn-resolve {
|
||||
white-space: nowrap;
|
||||
color: #10b981;
|
||||
border: 2px solid #10b981;
|
||||
color: v.$green-2;
|
||||
border: 2px solid v.$green-2;
|
||||
font-weight: 700;
|
||||
|
||||
&:hover {
|
||||
/* transform: translateY(-2px);
|
||||
box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4); */
|
||||
background: #10b981;
|
||||
background: v.$green-2;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-no-my-file {
|
||||
white-space: nowrap;
|
||||
color: v.$grey;
|
||||
border: 2px solid v.$grey;
|
||||
font-weight: 700;
|
||||
|
||||
&:hover {
|
||||
background: v.$grey;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
.violation-info {
|
||||
background: #fff;
|
||||
|
||||
Reference in New Issue
Block a user