6 lines
79 B
SCSS
6 lines
79 B
SCSS
|
.button {
|
||
|
span:first-child {
|
||
|
box-shadow: 0 2px 5px 0 rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|