14 lines
133 B
SCSS
14 lines
133 B
SCSS
.td-width {
|
|
width: 300px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.td-width {
|
|
width: 175px;
|
|
}
|
|
}
|
|
|
|
.skeleton-loader {
|
|
width: 200px;
|
|
}
|