Commit 01fd3664 authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175610 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 49e20b8d
...@@ -157,7 +157,7 @@ md-card { ...@@ -157,7 +157,7 @@ md-card {
} }
.mat-chip:not(.mat-basic-chip):focus { .mat-chip:not(.mat-basic-chip):focus {
background-color: mediumvioletred; background-color: var(--primary);
color: white; color: white;
} }
...@@ -618,7 +618,7 @@ md-card { ...@@ -618,7 +618,7 @@ md-card {
left: 5px; left: 5px;
height: 36px; height: 36px;
font-size: 15px; font-size: 15px;
background-color: mediumvioletred; background-color: var(--primary);
border-radius: 100%; border-radius: 100%;
min-width: 36px; min-width: 36px;
line-height: 36px; line-height: 36px;
...@@ -828,7 +828,7 @@ md-card { ...@@ -828,7 +828,7 @@ md-card {
.border-line { .border-line {
height: 3px; height: 3px;
width: 40px; width: 40px;
background-color: mediumvioletred; background-color: var(--primary);
display: inline-block; display: inline-block;
} }
......
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