Skip to content

Commit

Permalink
feat(src/style.css): add padding (#476)
Browse files Browse the repository at this point in the history
Co-authored-by: Dunsin <78784850+Dun-sin@users.noreply.github.com>
  • Loading branch information
rahulpandey70 and Dun-sin authored Oct 2, 2023
1 parent 161d1f0 commit 43a8f30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ nav ul {
visibility: visible;
max-height: 50px;
opacity: 1;
padding: 0.625rem;
transform: scale(1) translateX(10px);
}

Expand All @@ -148,6 +149,7 @@ nav ul {
font-size: 1rem;
padding-left: 0.2rem;
display: flex;
padding-top: 0.625rem;
flex-direction: column;
}

Expand Down Expand Up @@ -532,6 +534,7 @@ input::placeholder {
margin-top: 8px;
font-family: inherit;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
-webkit-appearance: none;
Expand Down Expand Up @@ -762,6 +765,7 @@ input[type='number']::-webkit-outer-spin-button {
border-radius: 5px;
display: none;
}

.close-sideBar .tooltip::before {
content: '';
position: absolute;
Expand Down Expand Up @@ -872,6 +876,7 @@ input[type='number']::-webkit-outer-spin-button {
margin-bottom: 1rem;
position: relative;
}

.border-radius-preview-box + .btn-container {
margin-top: 1rem;
}
Expand Down Expand Up @@ -980,6 +985,7 @@ input[type='number']::-webkit-outer-spin-button {
padding: 0.3rem 0.3rem 0.3rem 0.2rem;
font-size: 12px;
}

.dropdown-item:hover {
background-color: #0c49d2;
}
Expand Down Expand Up @@ -1160,6 +1166,7 @@ a {
from {
opacity: 0;
}

to {
opacity: 1;
}
Expand Down

1 comment on commit 43a8f30

@vercel
Copy link

@vercel vercel bot commented on 43a8f30 Oct 2, 2023

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.