Skip to content

Commit

Permalink
Menu #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nitives committed Feb 3, 2024
1 parent e6abc3e commit 96a816f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 158 deletions.
2 changes: 1 addition & 1 deletion src/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ input[type="search"]::-webkit-search-results-decoration { display: none; }
}

.placeholder::-webkit-input-placeholder {
color: red;
color: white;
}


Expand Down
166 changes: 9 additions & 157 deletions src/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -600,58 +600,6 @@ video {
top: 25px;
}

.left-5 {
left: 1.25rem;
}

.right-5 {
right: 1.25rem;
}

.right-\[100px\] {
right: 100px;
}

.right-\[110px\] {
right: 110px;
}

.top-1 {
top: 0.25rem;
}

.right-\[1-5px\] {
right: 1-5px;
}

.right-\[106px\] {
right: 106px;
}

.top-3 {
top: 0.75rem;
}

.top-\[10px\] {
top: 10px;
}

.top-\[12px\] {
top: 12px;
}

.top-\[14px\] {
top: 14px;
}

.top-\[13px\] {
top: 13px;
}

.right-\[104px\] {
right: 104px;
}

.z-0 {
z-index: 0;
}
Expand All @@ -672,10 +620,6 @@ video {
margin: auto;
}

.m-3 {
margin: 0.75rem;
}

.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
Expand Down Expand Up @@ -728,10 +672,6 @@ video {
margin-top: 6px;
}

.mr-3 {
margin-right: 0.75rem;
}

.block {
display: block;
}
Expand Down Expand Up @@ -784,18 +724,6 @@ video {
height: 100%;
}

.h-\[24px\] {
height: 24px;
}

.h-\[26px\] {
height: 26px;
}

.h-\[27px\] {
height: 27px;
}

.max-h-full {
max-height: 100%;
}
Expand Down Expand Up @@ -1206,6 +1134,10 @@ video {
padding-bottom: 6px;
}

.pl-2 {
padding-left: 0.5rem;
}

.pl-3 {
padding-left: 0.75rem;
}
Expand All @@ -1214,6 +1146,10 @@ video {
padding-left: 1.25rem;
}

.pl-\[5px\] {
padding-left: 5px;
}

.pr-1 {
padding-right: 0.25rem;
}
Expand All @@ -1234,30 +1170,6 @@ video {
padding-top: 2px;
}

.pl-1 {
padding-left: 0.25rem;
}

.pl-11 {
padding-left: 2.75rem;
}

.pl-2 {
padding-left: 0.5rem;
}

.pr-\[2px\] {
padding-right: 2px;
}

.pl-\[2px\] {
padding-left: 2px;
}

.pl-\[5px\] {
padding-left: 5px;
}

.text-center {
text-align: center;
}
Expand Down Expand Up @@ -1328,50 +1240,6 @@ video {
line-height: 1.25;
}

.tracking-tight {
letter-spacing: -0.025em;
}

.tracking-tighter {
letter-spacing: -0.05em;
}

.tracking-\[0\.0\] {
letter-spacing: 0.0;
}

.tracking-\[0\.03em\] {
letter-spacing: 0.03em;
}

.tracking-\[0\.01em\] {
letter-spacing: 0.01em;
}

.tracking-\[0\.1em\] {
letter-spacing: 0.1em;
}

.tracking-\[0\.-em\] {
letter-spacing: 0.-em;
}

.tracking-\[0\.05em\] {
letter-spacing: 0.05em;
}

.tracking-\[-0\.05em\] {
letter-spacing: -0.05em;
}

.tracking-\[-0\.1em\] {
letter-spacing: -0.1em;
}

.tracking-\[-0\.03em\] {
letter-spacing: -0.03em;
}

.tracking-\[-0\.04em\] {
letter-spacing: -0.04em;
}
Expand Down Expand Up @@ -1829,7 +1697,7 @@ input[type="search"]::-webkit-search-results-decoration {
}

.placeholder::-webkit-input-placeholder {
color: red;
color: white;
}

/* Buttons */
Expand All @@ -1843,22 +1711,6 @@ input[type="search"]::-webkit-search-results-decoration {
box-shadow: 0px 1px 2px rgba(255, 1, 1, 0.5);
}

.placeholder\:left-5::-moz-placeholder {
left: 1.25rem;
}

.placeholder\:left-5::placeholder {
left: 1.25rem;
}

.placeholder\:ml-7::-moz-placeholder {
margin-left: 1.75rem;
}

.placeholder\:ml-7::placeholder {
margin-left: 1.75rem;
}

.placeholder\:text-gray-400::-moz-placeholder {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity));
Expand Down

0 comments on commit 96a816f

Please sign in to comment.