9 lines
158 B
SCSS
9 lines
158 B
SCSS
.viewAllButton.viewAllButton {
|
|
padding: 0;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
width: fit-content;
|
|
height: fit-content;
|
|
background-color: transparent;
|
|
}
|