|
|
@@ -498,7 +498,7 @@ const SubscribeShipments = () => {
|
|
|
.share-link {
|
|
|
position: fixed;
|
|
|
bottom: 152px;
|
|
|
- right: 0px;
|
|
|
+ right: 20px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
@@ -507,7 +507,7 @@ const SubscribeShipments = () => {
|
|
|
z-index: 1500;
|
|
|
background-color: var(--management-bg-color);
|
|
|
box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.15);
|
|
|
- border-radius: 12px 0 0 12px;
|
|
|
+ border-radius: 12px;
|
|
|
&:hover {
|
|
|
background-color: var(--border-hover-color);
|
|
|
}
|