Problems: navigate to Explore button, #948

This commit is contained in:
Alexander Zobnin
2020-05-18 14:13:12 +03:00
parent 4f9202423b
commit cdb09127fb
5 changed files with 138 additions and 1 deletions

View File

@@ -339,6 +339,32 @@
}
}
.problem-explore-button {
&.btn {
width: 6rem;
height: 2rem;
background-image: none;
background-color: $action-button-color;
border: 1px solid darken($action-button-color, 6%);
border-radius: 1px;
margin-right: 1.6rem;
span {
color: $action-button-text-color;
}
i {
vertical-align: middle;
}
&:hover {
background-color: darken($action-button-color, 4%);
}
}
}
.problem-details-middle {
flex: 1 0 auto;
overflow: auto;