You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.route-policies {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: space-between;
|
|
padding: 5px 0;
|
|
.route-policies-item {
|
|
width: 100%;
|
|
color: #333;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
&:not(:last-child) {
|
|
border-right: 1px solid #aaa;
|
|
}
|
|
&:hover,
|
|
&.active {
|
|
color: #2c64a7;
|
|
}
|
|
}
|
|
}
|