restyle nav buttons

This commit is contained in:
Eric Rosenbaum 2021-06-17 22:50:10 -04:00
parent 7c0ec57165
commit b913d5f3ae

View file

@ -13,10 +13,24 @@
}
.user-projects-modal-nav {
padding: 6px 12px;
border-bottom: 1px solid $active-gray;
width: unset;
button {
cursor: pointer;
background: rgba(0, 0, 0, 0.15);
&.active { background: $ui-blue; }
background: white;
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 {