mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-13 02:30:04 +00:00
15 lines
210 B
SCSS
15 lines
210 B
SCSS
.volume {
|
|
.icon { color: $peach; }
|
|
.speaker {
|
|
.icon {
|
|
margin-left: 8px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
.microphone {
|
|
.icon {
|
|
margin-left: 8px;
|
|
margin-right: 3px;
|
|
}
|
|
}
|
|
}
|