-
Notifications
You must be signed in to change notification settings - Fork 18
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 #154 from MachoThemes/cosmin-working-branch
[sync] Cosmin working branch
- Loading branch information
Showing
62 changed files
with
3,809 additions
and
3,079 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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
# Epsilon Framework v1.2.2 | ||
# Epsilon Framework v1.2.3 | ||
|
||
MachoThemes' theme framework. | ||
Built by Macho Themes. | ||
|
||
Special credits: @c0sm1n87 | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,45 @@ | ||
.epsilon-controller-image-container { | ||
.placeholder { | ||
width: 100%; | ||
position: relative; | ||
text-align: center; | ||
cursor: default; | ||
border: 1px dashed #b4b9be; | ||
-webkit-box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
box-sizing: border-box; | ||
padding: 6px 0; | ||
line-height: 20px; | ||
min-height: 40px; | ||
margin-bottom: 6px; | ||
.recommended-size { | ||
display: block; | ||
font-style: italic; | ||
} | ||
} | ||
.epsilon-image { | ||
border: 1px dashed #EEE; | ||
padding: 6px; | ||
margin-bottom: 6px; | ||
min-height: 40px; | ||
img { | ||
width: 100%; | ||
display: block; | ||
} | ||
} | ||
.actions { | ||
display: block; | ||
text-align: center; | ||
padding-bottom: 1px; | ||
.image-upload-remove-button, | ||
.image-upload-button, | ||
.image-default-button { | ||
margin: 0; | ||
display: inline-block; | ||
min-width: 30%; | ||
} | ||
} | ||
.placeholder { | ||
width: 100%; | ||
position: relative; | ||
text-align: center; | ||
cursor: default; | ||
border: 1px dashed #b4b9be; | ||
-webkit-box-sizing: border-box; | ||
-moz-box-sizing: border-box; | ||
box-sizing: border-box; | ||
padding: 6px 0; | ||
line-height: 20px; | ||
min-height: 40px; | ||
margin-bottom: 6px; | ||
.recommended-size { | ||
display: block; | ||
font-style: italic; | ||
} | ||
} | ||
.epsilon-image { | ||
border: 1px dashed #eee; | ||
padding: 6px; | ||
margin-bottom: 6px; | ||
min-height: 40px; | ||
img { | ||
width: 100%; | ||
display: block; | ||
} | ||
} | ||
.actions { | ||
display: block; | ||
text-align: center; | ||
padding-bottom: 1px; | ||
.image-upload-button, | ||
.image-default-button { | ||
margin: 0; | ||
display: inline-block; | ||
min-width: 30%; | ||
} | ||
.image-upload-remove-button { | ||
margin: 0; | ||
display: inline-block; | ||
} | ||
} | ||
} |
Oops, something went wrong.