10 lines
169 B
SCSS
10 lines
169 B
SCSS
@import '../../styles/abstracts/variables';
|
|
|
|
.youtube-collection-item {
|
|
&__content {
|
|
padding: 20px;
|
|
border: 1px solid $border2;
|
|
border-radius: 12px;
|
|
}
|
|
}
|