mirror of
https://gitlab.com/etc404/software-engineering-project.git
synced 2026-05-10 20:52:58 +00:00
js for cost on creating a recipe
This commit is contained in:
@@ -285,6 +285,30 @@ textarea {
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
/* Cost */
|
||||
|
||||
.cost-selector {
|
||||
display: flex;
|
||||
gap: 6px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.dollar {
|
||||
font-size: 1.7em;
|
||||
font-weight: 700;
|
||||
color: var(--dusty-red);
|
||||
cursor: pointer;
|
||||
transition: color 0.1s ease;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.dollar.active {
|
||||
color: var(--dark);
|
||||
}
|
||||
|
||||
.dollar:hover {
|
||||
color: var(--dusty-red-hover);
|
||||
}
|
||||
|
||||
/* Tags */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user