mirror of
https://github.com/tornadocash/trusted-setup-server.git
synced 2024-10-31 23:55:20 +01:00
2e8f758d38
-update styles
38 lines
647 B
SCSS
38 lines
647 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');
|
|
}
|
|
}
|
|
|
|
.contribution-hash {
|
|
.icon {
|
|
background-image: url('../img/icons/copy.svg');
|
|
background-size: 16px 16px;
|
|
}
|
|
}
|