...
|
...
|
@@ -9,4 +9,12 @@ |
|
|
text-align: center;
|
|
|
color: #dadada;
|
|
|
}
|
|
|
|
|
|
.icon {
|
|
|
display: inline-block;
|
|
|
height: 31rem / $pxConvertRem;
|
|
|
width: 31rem / $pxConvertRem;
|
|
|
background: image-url('up-icon.png') no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|