8 lines
143 B
CSS
8 lines
143 B
CSS
.RestoreForm {
|
|
background: #f1f8e9;
|
|
padding: 24px;
|
|
border-radius: 8px;
|
|
box-shadow: 0 2px 6px rgba(0,0,0,0.2);
|
|
color: rgb(0, 0, 0);
|
|
}
|