diff --git a/browser/main/modals/NewNoteModal.styl b/browser/main/modals/NewNoteModal.styl index b12a20cf..97b18816 100644 --- a/browser/main/modals/NewNoteModal.styl +++ b/browser/main/modals/NewNoteModal.styl @@ -9,16 +9,19 @@ font-size 18px line-height 50px padding 0 15px - background-color $ui-backgroundColor - border-bottom solid 1px $ui-borderColor color $ui-text-color + margin-bottom 20px + +.title + font-size 36px + font-weight 600 .control - padding 25px 15px 15px + padding 25px 0px text-align center .control-button - width 220px + width 240px height 220px margin 0 15px border $ui-border @@ -30,8 +33,8 @@ colorPrimaryButton() .control-button-icon - font-size 50px - margin-bottom 15px + font-size 48px + margin-bottom 25px .control-button-label font-size 18px @@ -49,8 +52,6 @@ body[data-theme="dark"] modalDark() .header - background-color $ui-dark-button--hover-backgroundColor - border-color $ui-dark-borderColor color $ui-dark-text-color .control-button diff --git a/browser/styles/index.styl b/browser/styles/index.styl index 634f09a2..50cd8f7e 100644 --- a/browser/styles/index.styl +++ b/browser/styles/index.styl @@ -150,8 +150,10 @@ modal() position relative z-index $modal-z-index width 100% - margin-left 40px - margin-right 40px + margin-left 80px + margin-right 80px + margin-bottom 80px + margin-top 100px background-color $modal-background overflow hidden border-radius $modal-border-radius