-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from WP-for-Church/dev
Release 2.7
- Loading branch information
Showing
51 changed files
with
8,476 additions
and
7,735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
readme.txt |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,135 @@ | ||
#sm-fatal-error-notice.loading { | ||
position: relative; | ||
|
||
#sm-curtain { | ||
width: 100%; | ||
height: 100%; | ||
background: #ffffff; | ||
opacity: .7; | ||
} | ||
|
||
#sm-spinner { | ||
opacity: 1; | ||
} | ||
} | ||
|
||
#sm-curtain { | ||
position: absolute; | ||
top: 0; | ||
left: 0; | ||
opacity: 0; | ||
background: transparent; | ||
transition: opacity .5s; | ||
|
||
&.dialog { | ||
transition: none; | ||
position: fixed; | ||
z-index: 99999; | ||
background: #fff; | ||
opacity: .8; | ||
width: 100%; | ||
height: 100%; | ||
} | ||
} | ||
|
||
#sm-spinner { | ||
z-index: 10; | ||
position: absolute; | ||
top: 50%; | ||
transform: translate(-50%, -50%); | ||
left: 50%; | ||
opacity: 0; | ||
transition: opacity 1s; | ||
} | ||
|
||
#sm-disable-recovery-notice { | ||
color: #e29300; | ||
|
||
> a { | ||
color: #a26300 | ||
} | ||
} | ||
|
||
#sm-error { | ||
background-color: #01354e; | ||
color: #ffffff; | ||
padding: .5rem; | ||
} | ||
|
||
.ui-dialog { | ||
box-shadow: 0 -2px 25px 0 rgba(0, 0, 0, 0.15), 0 13px 25px 0 rgba(0, 0, 0, 0.3); | ||
background-color: #FFFFFF; | ||
margin: 0 auto; | ||
width: auto; | ||
height: auto; | ||
border-radius: 2px 2px 0 0; | ||
padding: 21px 24px 12px; | ||
z-index: 100000; | ||
} | ||
|
||
.ui-dialog-titlebar { | ||
font-family: 'Roboto', sans-serif; | ||
font-weight: 500; | ||
font-size: 20px; | ||
color: rgba(0, 0, 0, .8); | ||
line-height: 24px; | ||
text-align: left; | ||
letter-spacing: 0.03px; | ||
} | ||
|
||
.ui-dialog-content { | ||
font-size: 13px; | ||
color: rgba(0, 0, 0, .5); | ||
line-height: 24px; | ||
text-align: left; | ||
letter-spacing: 0.03px; | ||
padding: 14px 0 0; | ||
|
||
textarea, input[type="email"] { | ||
width: 100%; | ||
} | ||
} | ||
|
||
.ui-dialog-titlebar-close { | ||
display: none; | ||
} | ||
|
||
.ui-dialog-buttonpane { | ||
width: auto; | ||
height: 48px; | ||
background-color: #FFFFFF; | ||
text-align: right; | ||
border-radius: 0 0 2px 2px; | ||
padding: 8px 0 0 16px; | ||
} | ||
|
||
.ui-dialog-buttonset > button { | ||
display: inline-block; | ||
height: 36px; | ||
background-color: rgba(9, 9, 9, 0); | ||
font-weight: 500; | ||
font-size: 16px; | ||
color: rgba(33, 150, 243, 0.9); | ||
line-height: 36px; | ||
text-align: center; | ||
letter-spacing: 0.4px; | ||
padding: 0 8px; | ||
margin: 6px 4px; | ||
text-transform: uppercase; | ||
outline: none; | ||
border: none; | ||
cursor: pointer; | ||
transition: all 0.2s ease; | ||
|
||
&:last-child { | ||
margin-right: 0; | ||
} | ||
} | ||
|
||
.ui-dialog-buttonset > button:hover { | ||
background-color: rgba(99, 99, 99, 0.2); | ||
} | ||
|
||
.ui-dialog-buttonset > button:active { | ||
background-color: rgba(99, 99, 99, 0.4); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.