css: Use SCSS nesting for `.team input` in portico.scss.

This commit is contained in:
Siddharth Varshney 2020-03-25 05:36:49 +05:30 committed by Tim Abbott
parent 78d8006de5
commit a5b5294c82
1 changed files with 6 additions and 6 deletions

View File

@ -799,6 +799,12 @@ a.bottom-signup-button {
.team input { .team input {
display: none; display: none;
&:checked + label {
border: 1px solid hsl(0, 0%, 93%);
border-top: 2px solid hsl(80, 61%, 50%);
border-bottom-color: hsl(0, 0%, 100%);
}
} }
.team label { .team label {
@ -813,12 +819,6 @@ a.bottom-signup-button {
} }
} }
.team input:checked + label {
border: 1px solid hsl(0, 0%, 93%);
border-top: 2px solid hsl(80, 61%, 50%);
border-bottom-color: hsl(0, 0%, 100%);
}
.contributors-list { .contributors-list {
margin-left: -40px; margin-left: -40px;
width: calc(100% + 80px); width: calc(100% + 80px);