summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wordpress-mobile-pack/admin/sass/modules/_look-and-feel.scss')
-rwxr-xr-xplugins/wordpress-mobile-pack/admin/sass/modules/_look-and-feel.scss287
1 files changed, 0 insertions, 287 deletions
diff --git a/plugins/wordpress-mobile-pack/admin/sass/modules/_look-and-feel.scss b/plugins/wordpress-mobile-pack/admin/sass/modules/_look-and-feel.scss
deleted file mode 100755
index 43cd8c32..00000000
--- a/plugins/wordpress-mobile-pack/admin/sass/modules/_look-and-feel.scss
+++ /dev/null
@@ -1,287 +0,0 @@
-#wmpack-admin{
- .look-and-feel{
- display: table;
-
- .left-side{
- width: 100%;
- display: table;
- vertical-align: top;
-
- .details{
- padding:30px;
- background-color: $box-color;
-
- h2.title{
- font-family: 'OlRoundGothicLight', sans-serif;
- font-size: 25px;
- line-height: normal;
- color: $base-text-color;
- }
- .section-header{
- font-family: 'AcorderSemiBold', sans-serif;
- font-size: 18px;
- line-height: normal;
- color: $base-dark-blue;
- }
-
- .color-schemes{
- width: 50%;
- float: left;
-
- .colors{
- display: table;
- width: 260px;
- height: 16px;
- border: #daddde 1px solid;
-
- &.description{
- border: none;
- font-family: 'AcordeRegular', sans-serif;
- margin-left:56px;
- }
-
- [class^="color-"]{
- display: table-cell;
- height: 16px;
- width: 27px;
- text-align: center;
- }
-
- [class^="color-custom-"]{
- background: #eeeff1;
- border-right: 1px solid #fff;
- cursor:pointer;
-
- &:last-child{
- border-right:none;
- }
- }
- }
- }
-
- .color-schemes-custom {
-
- .set {
- width: 50%;
- float: left;
- margin-bottom: 10px;
-
- .wp-picker-container * {
- @include wbz-box-sizing(content-box);
- /*display: inherit;*/
-
- .button {
- margin-left: 6px;
- @include wbz-box-sizing(border-box);
- }
- }
- > label {
- width: 100%;
- }
- }
- }
-
- .font-chooser{
-
- label {
- position: relative;
- display: inline-block;
- width: 135px;
- }
-
- .subtext {
- font-size: 11px;
-
- a {
- font-size: 11px;
- }
- }
- }
-
- &.branding{
- label, p{
- font-family: 'AcordeRegular', sans-serif;
- font-size: 15px;
- line-height: normal;
- color: darken($base-blue,50%);
-
- }
- .custom-upload {
- position: relative;
- height: 36px;
- width: 450px;
- margin: 10px 0;
-
- &:hover{
- .fake-file{
- .btn{
- background: darken($base-grey, $darken-amounth/2);
- border: 1px solid darken($base-grey, $darken-amounth);
- }
- input{
- outline:none;
- border:1px solid darken($input-border,$darken-amounth);
- }
- }
- }
- .remove{
- position: absolute;
- top: 8px;
- right: 160px;
- width: 16px;
- height: 16px;
- z-index: 3;
- @include wbz-inline-icon(close-x, 9px);
- color: #ffffff;
- background: $base-color-darken;
- @include wbz-border-radius(16px);
- padding: 3px;
-
- &::before{
- top: -4px;
- left: 0px;
- display: block;
- }
- }
- }
- .custom-upload input[type=file] {
- outline: none;
- position: relative;
- text-align: right;
- @include wbz-opacity(0);
- z-index: 2;
- width: 430px;
- height: 100%;
- }
- .custom-upload .fake-file {
- position: relative;
- top: -38px;
- left: 0px;
- width: 430px;
- padding: 0;
- margin: 0;
- z-index: 1;
- line-height: 100%;
- @include wbz-display-box();
-
- .btn{
- margin: 0px 0px 0px 10px;
- }
- }
- .custom-upload .fake-file input {
- width: 300px;
- font-family: 'AcordeSemiBold', sans-serif;
- color: $input-color;
- font-size: $input-font-size;
- margin: 0;
- }
- .display-logo{
- text-align: left;
- height: 120px;
-
- .edit{
- margin: 47px 0 0 0;
- vertical-align: middle;
- text-align: center;
- float: left;
- }
- .remove{
- display: inline-block;
- margin: 55px 0 0 10px;
- }
- .img{
- width: 120px;
- height: 120px;
- display: inline-block;
- margin: 0 25px;
- float: left;
- }
- label{
- width: 100px;
- display: inline;
- float: left;
- margin: 55px 0 0 0;
- }
- }
- .display-icon{
- @include wbz-display-box();
- @include wbz-box-orient(horizontal);
- @include wbz-box-pack(start);
- @include wbz-box-align(center);
- text-align: left;
- height: 120px;
-
- .edit{
- margin: 47px 0 0 0;
- vertical-align: middle;
- text-align: center;
- float: left;
- }
- .remove{
- display: inline-block;
- margin: 55px 0 0 10px;
- }
- img{
- width: 120px;
- height: 120px;
- @include wbz-border-radius(120px);
- @include wbz-box-shadow(inset 0 0 5px 1px rgba(0,0,0,0.1));
- display: inline-block;
- margin: 0 25px;
- float: left;
- }
- label{
- width: 100px;
- display: inline;
- float: left;
- margin: 55px 0 0 0;
- }
- }
- .cancel-link{
- position: relative;
-
- .cancel{
- position: absolute;
- top: -39px;
- right: -30px;
- }
- }
-
- .wp-switch-editor{
- color:#555;
- height:20px;
- background: #ebebeb;
- border:1px solid #dedede;
- font: 13px/19px "Open Sans", sans-serif;
- margin: 5px 0 0 5px;
- padding: 3px 8px 4px;
- @include wbz-box-sizing(initial);
- }
- .wp-editor-wrap{
- width: 60%;
- float: left;
- textarea{
- width:100%;
- }
- &.tmce-active{
- .switch-tmce{
- background: #f5f5f5;
- color: #555;
- height: 20px;
- border-bottom-color:#f5f5f5;
- }
- }
- &.html-active {
- .switch-html {
- background: #f5f5f5;
- color: #555;
- height: 20px;
- border-bottom-color:#f5f5f5;
- }
- }
- }
- }
- }
- }
- }
-}