mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-11-25 03:14:53 +01:00
31 lines
525 B
SCSS
31 lines
525 B
SCSS
|
.icon {
|
||
|
background-position: center;
|
||
|
background-repeat: no-repeat;
|
||
|
background-size: contain;
|
||
|
|
||
|
&-emoticon-sad {
|
||
|
background-image: url('../img/icons/emoticon-sad.svg');
|
||
|
}
|
||
|
|
||
|
&.icon-48px {
|
||
|
height: 48px;
|
||
|
width: 48px;
|
||
|
}
|
||
|
|
||
|
&-twitter {
|
||
|
background-image: url('../img/icons/tw.svg');
|
||
|
}
|
||
|
|
||
|
&-github {
|
||
|
background-image: url('../img/icons/git.svg');
|
||
|
}
|
||
|
|
||
|
&-anonymous {
|
||
|
background-image: url('../img/icons/anonymous.svg');
|
||
|
}
|
||
|
|
||
|
&-link {
|
||
|
background-image: url('../img/icons/link.svg');
|
||
|
}
|
||
|
}
|