Commit b913d5f3 authored by Eric Rosenbaum's avatar Eric Rosenbaum

restyle nav buttons

parent 7c0ec571
...@@ -13,10 +13,24 @@ ...@@ -13,10 +13,24 @@
} }
.user-projects-modal-nav { .user-projects-modal-nav {
padding: 6px 12px; padding: 6px 12px;
border-bottom: 1px solid $active-gray;
width: unset;
button { button {
cursor: pointer; cursor: pointer;
background: rgba(0, 0, 0, 0.15); background: white;
&.active { background: $ui-blue; } border: 1px solid rgba(0, 0, 0, 0.15);
color: #575e75;
&.active {
background: $ui-blue;
color: white;
}
&:active {
padding: .75em 1.5em;
}
}
button:hover {
background: $ui-blue-25percent;
border: 1px solid $ui-blue-10percent;
} }
} }
.user-projects-modal-content { .user-projects-modal-content {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment