mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
restyle nav buttons
This commit is contained in:
parent
7c0ec57165
commit
b913d5f3ae
1 changed files with 16 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue