continue: create case

This commit is contained in:
smanylov
2026-04-07 19:05:44 +07:00
parent c57685065a
commit 50f45a133b
11 changed files with 519 additions and 28 deletions
+36
View File
@@ -4764,6 +4764,42 @@
box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
}
.note-form-flex {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.note-case-input {
border: 1px solid v.$border-color-1;
border-radius: 8px;
box-sizing: border-box;
background: #f8fafc;
padding: 5px;
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
&:focus {
outline: none;
border-color: #6366f1;
box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
}
.note-case-label {
font-weight: 600;
}
.note-form-group {
input {
display: block;
}
}
}
.popular-questions {