trusted-setup-server/assets/styles/components/_icon.scss

42 lines
715 B
SCSS
Raw Normal View History

2020-02-16 13:33:51 +01:00
.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');
}
2020-04-30 11:58:45 +02:00
&-save {
background-image: url('../img/icons/save.svg');
}
2020-02-16 13:33:51 +01:00
}
.contribution-hash {
.icon {
background-image: url('../img/icons/copy.svg');
background-size: 16px 16px;
}
}