2342
This commit is contained in:
parent
29f21a4fc8
commit
f15cb125ea
@ -92,7 +92,7 @@ const getStatusColor = (status: string) => {
|
|||||||
.title-prefix {
|
.title-prefix {
|
||||||
width: 40px;
|
width: 40px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
background-color: #1e55a7;
|
background-image: linear-gradient(to bottom, #2e69e0, #1e55a7);
|
||||||
clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
|
clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -105,7 +105,7 @@ const getStatusColor = (status: string) => {
|
|||||||
height: 35px;
|
height: 35px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background-color: #17325f;
|
background-image: linear-gradient(to bottom, #17325f, #0e2142);
|
||||||
padding: 0 20px 0 20px;
|
padding: 0 20px 0 20px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
|
clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
|
||||||
|
Loading…
Reference in New Issue
Block a user