Skip to content

Commit

Permalink
Remove use of google storage API for images
Browse files Browse the repository at this point in the history
  • Loading branch information
cjavilla-stripe committed Aug 24, 2021
1 parent f7db743 commit c026621
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
--accent-color: #0066f0;
--body-font-family: -apple-system, BlinkMacSystemFont, sans-serif;
--radius: 6px;
--logo-image: url("https://storage.googleapis.com/stripe-sample-images/KAVHOLM.svg");
--form-width: 650px;
}

Expand Down Expand Up @@ -175,7 +174,6 @@ input[type="number"]::placeholder {

.sr-checkbox-label input:checked ~ .sr-checkbox-check {
background-color: var(--accent-color);
background-image: url("https://storage.googleapis.com/stripe-sample-images/icon-checkmark.svg");
background-repeat: no-repeat;
background-size: 16px;
background-position: -1px -1px;
Expand All @@ -186,7 +184,6 @@ input[type="number"]::placeholder {
display: block;
height: 44px;
margin: 0;
background-image: url("https://storage.googleapis.com/stripe-sample-images/icon-chevron-down.svg");
background-repeat: no-repeat, repeat;
background-position: right 12px top 50%, 0 0;
background-size: 0.65em auto, 100%;
Expand Down Expand Up @@ -359,7 +356,6 @@ pre {
:root {
--accent-color: #ed5f74;
--headline-color: var(--accent-color);
--logo-image: url("https://storage.googleapis.com/stripe-sample-images/logo-pasha.svg");
}

.pasha-image-stack {
Expand Down

0 comments on commit c026621

Please sign in to comment.