mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue