11 lines
180 B
CSS
11 lines
180 B
CSS
.deleteButton{
|
|
color: darkred;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
font-size: .5em;
|
|
font-weight: bolder;
|
|
letter-spacing: 1px;
|
|
cursor: pointer;
|
|
}
|