Updated Explore, Services and Community icon styles

This commit is contained in:
Sam Cheng Hung 2018-05-23 10:44:03 +08:00
commit dfbbb3203d
9 changed files with 97 additions and 14 deletions

View file

@ -38,14 +38,14 @@ angular.module('copayApp.services').factory('communityService', function(configS
var bchRedditItem = {
name: 'bchreddit',
title: 'Bitcoin Cash Reddit',
icon: 'icon-reddit',
icon: 'icon-reddit-white',
href: 'http://reddit.com/r/btc'
};
var bitcoincomTwitterItem = {
name: 'bitcoincomTwitter',
title: 'Bitcoin.com Twitter',
icon: 'icon-twitter',
icon: 'icon-twitter-white',
href: 'https://twitter.com/BTCTN'
};

View file

@ -48,6 +48,55 @@
background: rgb(1, 209, 162);
}
}
&.theme-circle {
> .bg {
border-radius: 50%;
background-size: 85%;
background-position: 50%;
background-color: #FFFFFF;
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
border: 1px solid #faba13;
text-align: center;
font-size: 30px;
&:before {
vertical-align: middle;
}
&.icon-shapeshift {
background-color: #263e5c;
}
&.icon-buy-bitcoin2 {
background-color: #494949;
}
&.icon-reddit-white {
background-image: url('../img/icon-reddit-white.svg');
background-color: #ff4500;
background-size: 60%;
}
&.icon-twitter-white {
background-image: url('../img/icon-twitter-white.svg');
background-color: #1da1f2;
background-size: 60%;
}
}
}
&.theme-circle-services {
> .bg {
border: 1px solid #191919;
}
}
&.theme-circle-community {
> .bg {
border: 1px solid #FFFFFF;
}
}
}