fix: disabled input style
This commit is contained in:
parent
a4d8161a87
commit
55d8e93d83
1 changed files with 1 additions and 3 deletions
|
|
@ -114,14 +114,12 @@
|
|||
}
|
||||
|
||||
.like-disabled-input {
|
||||
margin-bottom: 7px;
|
||||
@extend .form-control;
|
||||
border-radius: $border-radius;
|
||||
min-height: 30px;
|
||||
font-weight: 400;
|
||||
cursor: default;
|
||||
color: var(--gray-500);
|
||||
background-color: var(--control-bg);
|
||||
padding: var(--padding-xs) var(--padding-sm);
|
||||
}
|
||||
|
||||
.comment-box {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue