18 lines
279 B
CSS
18 lines
279 B
CSS
.Api__value-input {
|
|
height: 200px;
|
|
}
|
|
.Api__view-controls {
|
|
position: absolute;
|
|
right: 40px;
|
|
top: 10px;
|
|
font-size: 20px;
|
|
z-index: 10000;
|
|
}
|
|
.Button__delete {
|
|
background: none;
|
|
border: none;
|
|
}
|
|
.Button__edit {
|
|
background: none;
|
|
border: none;
|
|
} |