akshayitzme / cinlist

Developing a Progressive WebApp to list your favorite series and movies.
Apache License 2.0
4 stars 11 forks source link

css: change styling of SignUp button #25

Closed akshayitzme closed 1 year ago

akshayitzme commented 1 year ago

currently, we haven't styled SignUp button in the index page. please write necessary styles to make the button look good. image

Example:

...

/* Register Button */

.btn-register {
    background: var(--primary);
    border: none;
    padding: 10px 45px;
    border-radius: 2px;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
heraldjose10 commented 1 year ago

I would like to take this up. Can I style it the way I want?

akshayitzme commented 1 year ago

I would like to take this up. Can I style it the way I want?

sure ! go ahead

heraldjose10 commented 1 year ago

Completed. Take a look at PR #36 . Thanks!

akshayitzme commented 1 year ago

fixed in #36