14 lines
290 B
CSS
14 lines
290 B
CSS
.editor {
|
|
min-width: 160px;
|
|
min-height: 48px;
|
|
outline: none;
|
|
border-radius: 16px;
|
|
padding: 8px 12px;
|
|
border: 1px solid rgba(148, 163, 184, 0.6);
|
|
background: rgba(255, 255, 255, 0.95);
|
|
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
|
|
font-size: 14px;
|
|
line-height: 1.4;
|
|
}
|
|
|