|
@@ -6,6 +6,13 @@
|
|
|
flex-shrink: 0;
|
|
|
margin-left: calc(-1 * var(--detailDataPaddingLeft));
|
|
|
padding: 0 30px;
|
|
|
+ background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 19%, rgba(255,255,255,0.7) 100%);
|
|
|
+ &.follow{
|
|
|
+ background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(240,250,252,0.7) 19%, rgba(255,255,255,0.7) 100%);
|
|
|
+ }
|
|
|
+ &.evaluating{
|
|
|
+ background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, rgba(221,248,254,0.7) 19%, rgba(225,242,251,0.7) 100%);
|
|
|
+ }
|
|
|
&.headerTopRight {
|
|
|
justify-content: flex-end;
|
|
|
}
|
|
@@ -360,8 +367,8 @@
|
|
|
left: 50%;
|
|
|
top: 50%;
|
|
|
transform: translate(-50%, -50%);
|
|
|
- width: 38px;
|
|
|
- height: 36px;
|
|
|
+ width: 36px;
|
|
|
+ height: 38px;
|
|
|
}
|
|
|
}
|
|
|
|