Dun-sin / Code-Magic

Code Generator - Easily Generate CSS and Tailwind code based on your choice and input

Home Page:https://code-magic.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] redesign gradient border radius

Dun-sin opened this issue Β· comments

Description

this is the CSS code you can use to change the design

Code-Magic/src/style.css

Lines 544 to 570 in 8d73ffd

.circular-checkbox {
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #fff;
appearance: none;
outline: none;
cursor: pointer;
position: relative;
}
/* Style for checked circular checkbox */
.circular-checkbox:checked {
background-color: var(--tertiary-color);
}
.circular-checkbox:checked::before {
content: '\2713'; /* Unicode checkmark character */
display: block;
width: 100%;
height: 100%;
text-align: center;
line-height: 1.4; /* Adjust line height for vertical centering */
color: #fff; /* Color for the tick mark */
position: absolute;
top: 0;
left: 0;
}

Screenshots

change this:
image

to this (not the text):
image

Are you willing to work on this issue ?

None

It's great having you contribute to this project by creating an issue

Make sure you are assigned to this before you work on it and you read the Contributing.md file, Thank you! Welcome to the community πŸ€“

Hey, I would like to work on this. Can you please assign this to me?

Hey, I would like to work on this. Can you please assign this to me?

you are blocked from my projects for spamming

Hello @Dun-sin, I want to work on this issue. Please assign this issue to me.

Hello @Dun-sin, I want to work on this issue. Please assign this issue to me.

Definitely, thanks for wanting to contribute, read the issue description properly and understand what it tells you to do also feel free to ask questions, make sure you follow the rules πŸ‘‰πŸ½hereπŸ‘ˆπŸ½, else your PR will not be accepted and will be closed. Good Luck.

I have fixed it, hope my PR helps. πŸ˜„

I have fixed it, hope my PR helps. πŸ˜„

keep in mind in the future you don't need to comment back on the Issue, it's not my first rodeo, so I see your PR and will definitely do the necessary. It will just cause unnecessary notifications for me and others.

Sorry, @Dun-sin, you can unassign me. According to me, I can't find anymore changes to do, if you feel something more is needed then you can close the PR and unassign me.

Hey @Dun-sin , can you please assign me this issue, I think I can resolve it

Hey @Dun-sin , can you please assign me this issue, I think I can resolve it

Definitely, thanks for wanting to contribute, read the issue description properly and understand what it tells you to do also feel free to ask questions, make sure you follow the rules πŸ‘‰πŸ½hereπŸ‘ˆπŸ½, else your PR will not be accepted and will be closed. Good Luck.

πŸŽ‰ This issue has been resolved in version 2.72.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€