continue: create case
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user