diff options
| author | anderklander <anderklander@gmail.com> | 2018-02-14 20:15:49 +0100 |
|---|---|---|
| committer | anderklander <anderklander@gmail.com> | 2018-02-15 16:02:02 +0100 |
| commit | b5b64ecccd6e9ddb727f8ded678b355239dffce2 (patch) | |
| tree | a9c2af37831d0ddf4ff1a753f9875c7c65c14cc0 /app/components/AccountStyles.js | |
| parent | fca315fea6e7043da0c4d87d08aae74032326ffb (diff) | |
| download | mullvadvpn-b5b64ecccd6e9ddb727f8ded678b355239dffce2.tar.xz mullvadvpn-b5b64ecccd6e9ddb727f8ded678b355239dffce2.zip | |
AppButton-rework
Diffstat (limited to 'app/components/AccountStyles.js')
| -rw-r--r-- | app/components/AccountStyles.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app/components/AccountStyles.js b/app/components/AccountStyles.js index e4819f2cee..406215cd4f 100644 --- a/app/components/AccountStyles.js +++ b/app/components/AccountStyles.js @@ -61,30 +61,6 @@ export default { account__footer: { marginTop: 12, }, - account__buymore: { - marginTop: 12, - marginLeft: 24, - marginRight: 24, - backgroundColor: colors.green, - }, - account__buymore_hover: { - backgroundColor: colors.green90, - }, - account__buymore_icon: { - width: 16, - height: 16, - marginRight: 8, - }, - account__logout:{ - marginTop: 12, - marginLeft: 24, - marginRight: 24, - marginBottom: 12, - backgroundColor: colors.red, - }, - account__logout_hover:{ - backgroundColor: colors.red95, - }, }), ...createTextStyles({ account__close_title: { |
