mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 02:10:12 +01:00
24 lines
332 B
SCSS
24 lines
332 B
SCSS
|
.note-header {
|
||
|
line-height: 100%;
|
||
|
margin: 0 0 5px 0;
|
||
|
|
||
|
label {
|
||
|
color: var(--black);
|
||
|
margin: 0 0 4px 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.note-field {
|
||
|
textarea {
|
||
|
min-height: 90px;
|
||
|
border-radius: 5px;
|
||
|
padding: 10px;
|
||
|
font-size: 12px;
|
||
|
resize: none;
|
||
|
|
||
|
&::placeholder {
|
||
|
color: var(--color-icon-alternative);
|
||
|
}
|
||
|
}
|
||
|
}
|