Skip to content

Commit

Permalink
update svg
Browse files Browse the repository at this point in the history
  • Loading branch information
horans committed Jul 31, 2018
1 parent 6131218 commit 6b18081
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions asset/icon-info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion asset/icon-search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* description: iframe to be embeddd *
* author: [email protected] *
* url: github.com/horans/youtube-revenue-calculator *
* update: 180728 *
* update: 180731 *
*****************************************************/
-->

Expand Down Expand Up @@ -57,7 +57,7 @@ <h1 class="ytrc-title">{{ config.title || 'Estimated YouTube Revenue by ' + (con
</div>
</div>
</div>
<div class="ytrc-input-error text-small text-red" v-if="!state.done">Not a valid YouTube {{ config.channel ? 'channel' : 'video' }} link!</div>
<div class="ytrc-input-error text-small text-red" v-if="!state.done"><i class="ytrc-icon ytrc-icon-info"></i> Not a valid YouTube {{ config.channel ? 'channel' : 'video' }} link!</div>
</div>
<div class="ytrc-input-item ytrc-input-views" v-show="!config.link">
<div class="ytrc-input-title text-center">Daily Video Views</div>
Expand Down
6 changes: 3 additions & 3 deletions youtube-revenue.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: main style *
* author: [email protected] *
* url: github.com/horans/youtube-revenue-calculator *
* update: 180728 *
* update: 180731 *
*****************************************************/
/* common */
/* csslint ignore:start */
Expand All @@ -26,7 +26,7 @@ main { overflow: hidden; position: relative; }
.ytrc-icon { background-position: center; background-repeat: no-repeat; background-size: contain; cursor: pointer; display: inline-block; height: 1.5rem; vertical-align: top; width: 1.5rem; }
.ytrc-icon-close { background-image: url("./asset/icon-close.svg"); }
.ytrc-icon-help { background-image: url("./asset/icon-help.svg"); }
.ytrc-icon-info { background-image: url("./asset/icon-info.svg"); }
.ytrc-icon-info { background-image: url("./asset/icon-info.svg"); cursor: default; opacity: .55; vertical-align: middle; }
.ytrc-icon-settings { background-image: url("./asset/icon-settings.svg"); }
/* content */
.ytrc-content { background-color: var(--smoke); max-height: 100vh; min-height: 100vh; overflow: hidden; padding-bottom: 3.75rem; padding-top: 3.75rem; } /* csslint allow: known-properties */
Expand All @@ -53,7 +53,7 @@ main { overflow: hidden; position: relative; }
.highlight .ytrc-result-number { color: var(--white); } /* csslint allow: known-properties */
.masthead-search-terms-border input { outline: none; } /* csslint allow: outline-none */
#masthead-search { max-width: 100%; } /* csslint allow: ids */
#masthead-search .search-btn-component .yt-uix-button-content { background: url('./asset/icon-search.svg') no-repeat center cover; } /* csslint allow: ids */
#masthead-search .search-btn-component .yt-uix-button-content { background: url('./asset/icon-search.svg') no-repeat center; background-size: 120%; } /* csslint allow: ids */
.noUi-connect { background-color: var(--red); } /* csslint allow: known-properties */
/* setting */
.ytrc-setting { background-color: var(--light); height: 100%; max-width: 100%; opacity: 0; padding: 1rem; position: absolute; right: 0; top: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); width: 15rem; } /* csslint allow: box-model, known-properties */
Expand Down

0 comments on commit 6b18081

Please sign in to comment.