12 lines
197 B
SCSS
12 lines
197 B
SCSS
.result-table {
|
|
min-width: 800px;
|
|
|
|
.filters-container {
|
|
padding: 15px 0 15px 15px;
|
|
background: #f3f1ef;
|
|
border: 1px solid #ddd;
|
|
max-width: 500px;
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|