9 lines
108 B
CSS
9 lines
108 B
CSS
.csv-table {
|
|
width: 100%;
|
|
}
|
|
.csv-error {
|
|
font-weight: 700;
|
|
padding: 10em;
|
|
border: 1px solid #f00;
|
|
}
|