0.0.146 routes
This commit is contained in:
@@ -345,16 +345,19 @@
|
||||
}
|
||||
}
|
||||
.place_title{
|
||||
--max-width: calc(var(--from-to-place-data-width) - 45.3px);
|
||||
--gradient_100: var(--max-width);
|
||||
--max-width: calc(var(--from-to-place-data-width) - 52.3px);
|
||||
font-size: var(--big-font-size);
|
||||
font-weight: 800;
|
||||
max-width: var(--max-width);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
color: transparent;
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
background-image: linear-gradient(90deg, rgb(0 0 0) 0%, #FFFFFF calc(var(--max-width) - 30px));
|
||||
&.gradient{
|
||||
color: transparent;
|
||||
background-clip: text;
|
||||
-webkit-background-clip: text;
|
||||
background-image: linear-gradient(90deg, rgb(0 0 0) 0%, #FFFFFF var(--gradient_100));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user