Delete Snippet
diff --git a/browser/styles/main/containers/PlanetContainer.styl b/browser/styles/main/containers/PlanetContainer.styl
index f0fa87d1..1331e2ce 100644
--- a/browser/styles/main/containers/PlanetContainer.styl
+++ b/browser/styles/main/containers/PlanetContainer.styl
@@ -1,4 +1,3 @@
-
.PlanetContainer
absolute top bottom right
left 50px
@@ -50,30 +49,20 @@
color darken(brandBorderColor, 30%)
.menuBtn
position absolute
- top 10px
+ top 15px
right 5px
font-size 1em
- color lightButtonColor
- border none
+ btnDefault()
box-sizing border-box
circle()
- background-image none
- background-color transparent
- width 44px
- height 44px
+ width 33px
+ height 33px
text-align center
cursor pointer
transition 0.1s
transform scale(0.8)
&:focus, &.focus
outline none
- &:hover, &.hover, &:focus, &.focus
- border-color darken(lightButtonColor, 50%)
- color darken(lightButtonColor, 50%)
- &:active, &.active
- border-color darken(brandBorderColor, 30%)
- background-color brandColor
- color white
.headerControl
absolute top bottom right
left 200px
@@ -84,10 +73,12 @@
left 0
input
padding-left 32px
+ width 300px
.fa
position absolute
top 8px
left 12px
+ color inactiveTextColor
.downloadButtton
position absolute
right 5px
diff --git a/browser/styles/mixins/btn.styl b/browser/styles/mixins/btn.styl
index 22dc57b4..200dabdc 100644
--- a/browser/styles/mixins/btn.styl
+++ b/browser/styles/mixins/btn.styl
@@ -13,7 +13,6 @@ btnDefault()
background-color brandColor
color white
-
btnPrimary()
border-style solid
border-width 1px
diff --git a/browser/styles/shared/modal.styl b/browser/styles/shared/modal.styl
index 5f54d4c1..adc3935e 100644
--- a/browser/styles/shared/modal.styl
+++ b/browser/styles/shared/modal.styl
@@ -126,6 +126,7 @@
margin 40px auto
font-size 1.5em
color brandColor
+ text-align center
nav
button
font-size 1em
diff --git a/browser/styles/vars.styl b/browser/styles/vars.styl
index 0422be42..06de6ecb 100644
--- a/browser/styles/vars.styl
+++ b/browser/styles/vars.styl
@@ -13,7 +13,7 @@ hoverBackgroundColor= transparentify(#444, 3%)
inactiveTextColor = #888
textColor = #4D4D4D
backgroundColor= white
-fontSize= 16px
+fontSize= 14px
shadowColor= #C5C5C5