mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 14:23:42 +00:00
Fix textarea styles (#1398)
This commit is contained in:
parent
588d88481c
commit
b7e2bbef96
@ -62,6 +62,9 @@
|
||||
box-shadow: inset 0 1px 0 0 rgba(63, 63, 68, 0.05);
|
||||
transition: border-color 120ms, box-shadow 120ms;
|
||||
margin-bottom: 1rem;
|
||||
&[placeholder] {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
&.border-rad-right-0 {
|
||||
border-top-right-radius: 0;
|
||||
@ -99,3 +102,7 @@
|
||||
left: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
textarea.input-group-input {
|
||||
height: initial;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user