0.0.149 routes
This commit is contained in:
@@ -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);}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user