Skip to content

Commit

Permalink
I'm the original author checkbox added to submission
Browse files Browse the repository at this point in the history
  • Loading branch information
elrumo committed Apr 7, 2021
1 parent 1ece5df commit fcb6724
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 2 additions & 0 deletions website/macos-big-sur-icons/src/CSS/resources-card.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
color: white;
align-items: center;
height: 100%;
border-radius: 10px;
overflow: hidden;
}

.resources-card-title{
Expand Down
13 changes: 10 additions & 3 deletions website/macos-big-sur-icons/src/components/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,19 @@
<input id="credit" is="coral-textfield" type="url" placeholder="MAKE SURE IT'S A FULL URL: GitHub, Twitter, portfolio site... " labelledby="email-label" class="coral-Form-field" @change="saveCredit">
</form>

<section>
<section class="p-t-5">
<div>
<coral-checkbox id="isReupload">I'm re-uploading an icon that was previously on the site</coral-checkbox>
<coral-checkbox id="isReupload">
I'm re-uploading an icon that was previously on the site
</coral-checkbox>
</div>

<div>
<coral-checkbox id="isAuthor">I'm the original author of these icons</coral-checkbox>
<coral-checkbox id="isAuthor">I'm the original author of these icons.
<span class="opacity-80 p-l-5 f-w-200 coral-Body--XS">
(It's ok if you aren't)
</span>
</coral-checkbox>
</div>
</section>

Expand Down
4 changes: 1 addition & 3 deletions website/macos-big-sur-icons/src/components/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,7 @@ main{
}

.instructions-item{
// box-shadow: 0px 24px 44px -10px rgba(0, 0, 0, 0.1);
padding: 0px 0px 0px 0px;
overflow: hidden;
}

.marked h2{
Expand Down Expand Up @@ -1125,7 +1123,7 @@ main{
position: absolute;
border-radius: 7px;
padding-right: 14px;
transform: translate(10px, 10px);
transform: translate(-10px, -10px);
border: solid 1px;
box-shadow: 0px 0px 20px rgb(0 0 0 / 35%);
}
Expand Down

1 comment on commit fcb6724

@vercel
Copy link

@vercel vercel bot commented on fcb6724 Apr 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.