mirror of
https://github.com/zoriya/flood.git
synced 2025-12-21 14:45:14 +00:00
19 lines
243 B
SCSS
19 lines
243 B
SCSS
.transfer-data {
|
|
|
|
&--download {
|
|
color: $transfer-data--download;
|
|
|
|
.icon {
|
|
fill: $transfer-data--download;
|
|
}
|
|
}
|
|
|
|
&--upload {
|
|
color: $transfer-data--upload;
|
|
|
|
.icon {
|
|
fill: $transfer-data--upload;
|
|
}
|
|
}
|
|
}
|