0.0.24 my routes
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
--route-text-container-bg: #F1F1F1;
|
||||
--route-text-container-padding: 15px;
|
||||
--route-text-container-margin: 7px 0 0 51px;
|
||||
--route-text-container-border-radius: 10px;
|
||||
--route-text-img-filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(256%) hue-rotate(113deg) brightness(115%) contrast(89%);
|
||||
|
||||
--route-card-owner-avatar-size: 52px;
|
||||
@@ -17,19 +19,27 @@
|
||||
position: relative;
|
||||
.route_card_text_img{
|
||||
position: absolute;
|
||||
top: 25px;
|
||||
top: 5px;
|
||||
left: 0;
|
||||
filter: var(--route-text-img-filter);
|
||||
display: block;
|
||||
z-index: 1;
|
||||
}
|
||||
.route_card_owner_avatar{
|
||||
height: var(--route-card-owner-avatar-size);
|
||||
width: var(--route-card-owner-avatar-size);
|
||||
border-radius: 100%;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 11px;
|
||||
left: 6px;
|
||||
z-index: 10;
|
||||
}
|
||||
.route_card_text_container{
|
||||
background: var(--route-text-container-bg);
|
||||
padding: var(--route-text-container-padding);
|
||||
margin: var(--route-text-container-margin);
|
||||
border-radius: var(--route-text-container-border-radius);
|
||||
}
|
||||
.route_card_owner_info{
|
||||
margin-left: 75px;
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 999 B After Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user