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;
text-align: unset;
}
&:not(&.inactive) and &:not(&.unhovered){
&:not(&.inactive):not(&.unhovered){
&:hover{
background: var(--route-btn-hover-bg);
.route_btn_title{color: var(--route-btn-hover-text-color);}

View File

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