Skip to content
Snippets Groups Projects
Commit abf7b6b6 authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Merge branch 'develop' into favicon-sizes

parents 5e302b09 9a6794c2
No related branches found
No related tags found
No related merge requests found
...@@ -567,7 +567,7 @@ form.inline { ...@@ -567,7 +567,7 @@ form.inline {
font-size: 14px; font-size: 14px;
padding: 8px 8px; padding: 8px 8px;
} }
.loading { .loading-animation {
position: relative; position: relative;
min-height: 60px; min-height: 60px;
} }
...@@ -1097,7 +1097,7 @@ label.required:after { ...@@ -1097,7 +1097,7 @@ label.required:after {
} }
> div { > div {
width: 40px; width: 40px;
display: inline-block; display: inline-block;
} }
} }
&.no-icon { &.no-icon {
...@@ -1482,7 +1482,6 @@ label.required:after { ...@@ -1482,7 +1482,6 @@ label.required:after {
} }
} }
.spotlight { .spotlight {
position: fixed; position: fixed;
top: 0; top: 0;
...@@ -2188,12 +2187,6 @@ label.required:after { ...@@ -2188,12 +2187,6 @@ label.required:after {
} }
} }
.message-popup-items {
.loading {
display: none;
}
}
.message-popup-position { .message-popup-position {
position: relative; position: relative;
} }
...@@ -3535,7 +3528,7 @@ body:not(.is-cordova) { ...@@ -3535,7 +3528,7 @@ body:not(.is-cordova) {
max-width: 520px; max-width: 520px;
padding: 20px; padding: 20px;
margin: 20px auto; margin: 20px auto;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2),0 2px 10px 0 rgba(0,0,0,0.16); box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
border-radius: 4px; border-radius: 4px;
position: relative; position: relative;
z-index: 1; z-index: 1;
...@@ -3572,7 +3565,7 @@ body:not(.is-cordova) { ...@@ -3572,7 +3565,7 @@ body:not(.is-cordova) {
.register, .register,
.forgot-password, .forgot-password,
.back-to-login { .back-to-login {
margin-top: 12px; margin-top: 12px;
} }
.input-text { .input-text {
margin: 0 0 14px 0; margin: 0 0 14px 0;
...@@ -3987,7 +3980,6 @@ body:not(.is-cordova) { ...@@ -3987,7 +3980,6 @@ body:not(.is-cordova) {
// margin: 0 51px 0 270px; // margin: 0 51px 0 270px;
// } // }
// } // }
.is-cordova { .is-cordova {
.flex-tab { .flex-tab {
.control { .control {
...@@ -4478,5 +4470,12 @@ a + br.only-after-a { ...@@ -4478,5 +4470,12 @@ a + br.only-after-a {
} }
} }
#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {padding: 40px;} #swipebox-slider .slide .swipebox-inline-container,
#swipebox-overlay {background: rgba(13, 13, 13, 0.5);} #swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide img {
padding: 40px;
}
#swipebox-overlay {
background: rgba(13, 13, 13, 0.5);
}
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
</div> </div>
{{/if}} {{/if}}
<div class="message-popup-items"> <div class="message-popup-items">
{{> loading}}
{{#each data}} {{#each data}}
<div class="popup-item" data-id="{{_id}}"> <div class="popup-item" data-id="{{_id}}">
{{> Template.dynamic template=../template}} {{> Template.dynamic template=../template}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment