Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanzh committed Dec 8, 2023
1 parent 8f0f1d3 commit 68e27f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--ui-accent-color: #007DFF;
--ui-gray-m1-color: #F8F8F8;
--ui-gray-0-color: #E1E1E2;
--ui-gray-1-color: #C6C6C7;
--ui-gray-3-color: #8E8E93;
--red-0-color: #FF3B30;
--special-0-color: #E70078;
Expand Down
11 changes: 7 additions & 4 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
}

/* Promo link start */
#promo
{
#promo {
/* Center itself, ignore flex */
position: absolute;
left: 50%;
Expand Down Expand Up @@ -80,7 +79,8 @@
}

.toggle-wide .left,
.toggle-wide .right {
.toggle-wide .right
{
padding: var(--ui-padding);
margin: 0;
border: 1px solid var(--ui-accent-color);
Expand Down Expand Up @@ -158,7 +158,10 @@
margin-bottom: -1px;
}

.ingredient-amount.accent { color: var(--ui-accent-color); }
input::placeholder {
color: var(--ui-gray-1-color);
opacity: 1;
}

/* Delete button */

Expand Down
Loading

0 comments on commit 68e27f3

Please sign in to comment.