Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Update to 1.1.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
josantonius committed May 3, 2017
1 parent 8d47847 commit 1893ef9
Show file tree
Hide file tree
Showing 19 changed files with 616 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/sass/admin/custom/_global.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
a
&:hover, &:active, &:focus
outline: none
outline-style: none
box-shadow: none
border-color: transparent
8 changes: 8 additions & 0 deletions public/sass/admin/custom/_layout.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.jst-layout
display: block !important
padding: 20px
margin-left: -20px

@media (max-width: 782px)
.mdl-grid
margin-left: 9px !important
47 changes: 47 additions & 0 deletions public/sass/admin/layout/_footer.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
#jst-footer
background: rgb(35, 40, 45) !important
margin-right: -20px !important
margin-bottom: -20px !important
margin-left: -20px !important
margin-top: 10px !important
display: none

.mdl-mini-footer
background: none !important
padding: 10px 22px !important
position: absolute
bottom: 0
left: 0
right: 0
padding: 10px 20px
color: #555d66

.jst-made-with
display: -webkit-flex
display: -ms-flexbox
display: flex
-webkit-flex-wrap: nowrap
-ms-flex-wrap: nowrap
flex-wrap: nowrap
color: #636A73
position: relative
letter-spacing: 1px
font-size: inherit
-webkit-align-items: center
-ms-flex-align: center
margin: auto
a
margin-left: 5px
text-decoration: none

.jst-made-with-icon
padding: 1px 5px 0px 0px
font-size: 20px !important
color: #23282d

.info-icon
cursor: pointer

.jst-fingerpoint
color: #666
margin-left: 2px
6 changes: 6 additions & 0 deletions public/sass/admin/layout/_header.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@import "../custom/global"
@import "../custom/layout"
@import "../partials/wp.rating"
@import "../partials/nav"
@import "../partials/dialogs"
@import "../partials/donation"
7 changes: 7 additions & 0 deletions public/sass/admin/layout/_options.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@import "../partials/cards"
@import "../partials/color-picker"
@import "../partials/select"
@import "../partials/shortcode"
@import "../partials/input"
@import "../partials/checkbox"
@import "../partials/form"
25 changes: 25 additions & 0 deletions public/sass/admin/partials/_cards.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
.card-title
color: #23282d !important

#custom-section
padding: 16px 0px

.module-state-btn
margin: 5px 0px -13px -15px

.module-btn-active
background-color: rgb(0, 150, 136) !important

.jst-card
max-width: 390px

.jst-card--border
border-top: 1px solid rgba(0, 0, 0, 0.1)
width: 100% !important

.demo-card-wide > .mdl-card__title
color: #fff
height: 176px

.jst-card-button
margin-top: -95px
3 changes: 3 additions & 0 deletions public/sass/admin/partials/_checkbox.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
@media (max-width: 375px)
.mdl-checkbox__label
font-size: 14px !important
63 changes: 63 additions & 0 deletions public/sass/admin/partials/_color-picker.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
#wpsi-colorPicker, #wordColors
margin: 0 auto

.wpsi-color-picker
margin-top: -51px

#wordColors
display: none
text-align: center
font-size: 1.1em
border-bottom: none !important

#wordColorsSection
margin-bottom: 35px

.colorOption
width: 35px
height: 35px
background: rgb(255, 255, 255)
flex-grow: 0
flex-shrink: 0
border-radius: 999px
margin-right: 13px
position: relative
cursor: pointer
&.selected
&:before
display: block
content: ' '
background: white
width: 1vmin
height: 0.5vmin
position: absolute
top: 50%
left: 50%
transform: rotate(45deg)
margin-left: -1vmin
&:after
display: block
content: ' '
background: white
width: 2vmin
height: 0.5vmin
position: absolute
top: 50%
left: 50%
transform: rotate(-45deg)
margin-left: -0.7vmin
margin-top: -0.2vmin

#colorsWrapper
display: flex

@media (max-width: 503px)
.colorOption
width: 6vmin !important
height: 6vmin !important
margin-right: 2vmin

@media (max-width: 375px)
#color-picker-section
margin-top: -16px
margin-left: -7px
27 changes: 27 additions & 0 deletions public/sass/admin/partials/_dialogs.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.jst-dialog
line-height: 42px
margin-bottom: 5px
color: #32373c

.jst-dialog-content
max-width: 650px
text-align: center

.jst-dialog-subtitle
font-size: 14px !important
text-align: justify !important

@media (min-width: 783px)
.jst-dialog-content
left: 36px
width: 60% !important

@media (max-width: 782px)
.jst-dialog-content
left: 0px
width: 80% !important

@media (min-width: 961px)
.jst-dialog-content
left: 160px
width: 55% !important
119 changes: 119 additions & 0 deletions public/sass/admin/partials/_donation.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
@import url(http://fonts.googleapis.com/css?family=Montserrat)

.icon-satisfied
position: absolute
margin: -3px 0px 0px 4px

#donate-button
background: #23282d
position: absolute
right: 0
margin-right: 7px
margin-top: -1px

#symbol
height: 27px
margin-top: -4px
margin-left: 2px

.svg-paypal-border, .svg-paypal-letter1to3
fill: #1B557D

.svg-paypal-letter4to6
fill: #107DB0

#paypal-button
width: 180px
height: 55px
background: rgba(158, 158, 158, 0.2) !important
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)

.svg-paypal
margin-top: -42px
margin-left: 8px
width: 140px

/**
* Dogecoin Donate Button
* author Felix Yadomi
* link http://codepen.io/yadomi/pen/EGiKD
*/
.btn-dogecoin
font-size: 14px
white-space: nowrap
position: relative
overflow: hidden
margin-top: 30px !important
margin-bottom: 3px !important
cursor: pointer
font-family: 'Montserrat'
width: 160px
height: 45px
padding: 5px 10px
background: #f4b840 !important
border-radius: 2px
color: #333
text-transform: uppercase
-webkit-transition: width .35s ease
transition: width .35s ease
margin: 80px auto
span
display: block
.currency
font-size: 1.1em
&:before
content: 'Donate with'
font-size: .65em
display: block
.symbol
-webkit-transition: all .2s ease
transition: all .2s ease
font-size: 2.3em
border: 2px solid #333
border-radius: 360px
padding: 4px
width: 33px
height: 33px
text-align: center
line-height: 1em
margin-right: 5px
p
-webkit-transition: all .2s ease
transition: all .2s ease
padding: 0
margin: 0
.symbol, p
display: inline-block
white-space: nowrap
&:hover
p
-webkit-transform: translateX(120px)
transform: translateX(120px)
.symbol
-webkit-transform: translateX(40px)
transform: translateX(40px)
&.opened
width: 390px
&:hover
p
-webkit-transform: inherit
transform: inherit
cursor: text
.symbol
-webkit-transform: inherit
transform: inherit
.currency
text-transform: initial
&:before
content: 'Thank you !'
text-transform: uppercase

@media (max-width: 782px)
.btn-dogecoin
&.opened
width: 89% !important
.currency:before
display: none !important
&:hover .symbol
-webkit-transform: translateX(35px) !important
transform: translateX(35px) !important
9 changes: 9 additions & 0 deletions public/sass/admin/partials/_form.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#search-inside-form
width: 100% !important

.search-fields
width: 100%

@media (max-width: 400px)
#htmlTag
width: 115px
21 changes: 21 additions & 0 deletions public/sass/admin/partials/_input.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
input[type=text]
border-top: none !important
border-left: none !important
border-right: none !important
border-bottom: 1px solid rgba(0, 0, 0, 0.12)
-webkit-box-shadow: transparent !important
box-shadow: none !important
&:focus
border-top: none !important
border-left: none !important
border-right: none !important
border-bottom: 1px solid rgba(0, 0, 0, 0.12)
-webkit-box-shadow: transparent !important
box-shadow: none !important

.mdl-textfield
width: 100% !important

#searchIn
width: 300px
max-width: 100%
16 changes: 16 additions & 0 deletions public/sass/admin/partials/_nav.sass
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.jst-header-content
padding: 30px !important
margin-top: 0px !important
font-size: 14px
font-weight: 400
line-height: 20px
color: rgba(0, 0, 0, 0.87)

.jst-header-title
color: #FFFFFF !important
font-size: 28px !important
font-weight: 300 !important

@media (max-width: 504px)
.jst-header-title
font-size: 27px !important
Loading

0 comments on commit 1893ef9

Please sign in to comment.