0.0.149 routes

This commit is contained in:
SBD
2025-02-05 18:17:31 +03:00
parent 5801e10f80
commit 97ffcf417e
2 changed files with 2 additions and 2 deletions

View File

@@ -494,7 +494,7 @@
justify-content: center; justify-content: center;
text-align: unset; text-align: unset;
} }
&:not(&.inactive) and &:not(&.unhovered){ &:not(&.inactive):not(&.unhovered){
&:hover{ &:hover{
background: var(--route-btn-hover-bg); background: var(--route-btn-hover-bg);
.route_btn_title{color: var(--route-btn-hover-text-color);} .route_btn_title{color: var(--route-btn-hover-text-color);}

View File

@@ -3,7 +3,7 @@
--header-padding: 20px 10px; --header-padding: 20px 10px;
--select-border: #E6E6E6; --select-border: #E6E6E6;
--select-border-radius: 10px 10px 0 0; --select-border-radius: 10px 10px 0 0;
--select-height: 68px; --select-height: 60px;
&.closed{ &.closed{
--select-border-radius: 10px; --select-border-radius: 10px;