11 lines
116 B
SCSS
11 lines
116 B
SCSS
|
@import '../../stylesheets/variables';
|
||
|
|
||
|
.base {
|
||
|
padding: 6px 12px;
|
||
|
}
|
||
|
|
||
|
.image {
|
||
|
width: 116px;
|
||
|
height: 116px;
|
||
|
}
|