mirror of https://github.com/zulip/zulip.git
styles: Fix function-url-quotes.
Fixed manually. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
parent
17e72da336
commit
22d68831d7
|
@ -542,7 +542,7 @@ div.overlay {
|
|||
|
||||
.white_zulip_icon_without_text {
|
||||
display: inline-block;
|
||||
background-image: url(../../static/images/logo/white-zulip-logo-without-text.svg);
|
||||
background-image: url("../../static/images/logo/white-zulip-logo-without-text.svg");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
}
|
||||
|
||||
&:checked ~ span {
|
||||
background-image: url(../images/checkbox.svg);
|
||||
background-image: url("../images/checkbox.svg");
|
||||
background-size: 85%;
|
||||
background-position: 50% 50%;
|
||||
background-repeat: no-repeat;
|
||||
|
|
|
@ -63,7 +63,7 @@ a {
|
|||
height: 17px;
|
||||
width: 17px;
|
||||
top: 3px;
|
||||
background-image: url(../../images/landing-page/arrow.png);
|
||||
background-image: url("../../images/landing-page/arrow.png");
|
||||
background-size: 100%;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
@ -596,7 +596,7 @@ nav {
|
|||
|
||||
border-radius: 4px;
|
||||
|
||||
background-image: url(../../images/checkbox-green.svg);
|
||||
background-image: url("../../images/checkbox-green.svg");
|
||||
background-size: 100% auto;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -615,7 +615,7 @@ nav {
|
|||
);
|
||||
border-radius: 4px;
|
||||
|
||||
background-image: url(../../images/landing-page/notifications.jpg);
|
||||
background-image: url("../../images/landing-page/notifications.jpg");
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -1054,7 +1054,7 @@ nav {
|
|||
|
||||
width: 27px;
|
||||
height: 27px;
|
||||
background-image: url(../../images/landing-page/checkmark.png);
|
||||
background-image: url("../../images/landing-page/checkmark.png");
|
||||
background-size: 100% auto;
|
||||
}
|
||||
|
||||
|
@ -1312,7 +1312,7 @@ nav {
|
|||
padding: 95px 170px;
|
||||
height: 385px;
|
||||
|
||||
background-image: url(../../images/landing-page/macbook-empty.png);
|
||||
background-image: url("../../images/landing-page/macbook-empty.png");
|
||||
background-size: 100% auto;
|
||||
|
||||
background-color: transparent;
|
||||
|
@ -1883,93 +1883,93 @@ nav {
|
|||
|
||||
/* -- company logos -- */
|
||||
.portico-landing .testimonials .company-box .company.akamai {
|
||||
background-image: url(../../images/landing-page/logos/akamai.png);
|
||||
background-image: url("../../images/landing-page/logos/akamai.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.doctorondemand {
|
||||
background-image: url(../../images/landing-page/logos/doctorondemand.png);
|
||||
background-image: url("../../images/landing-page/logos/doctorondemand.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.layershift {
|
||||
background-image: url(../../images/landing-page/logos/layershift.png);
|
||||
background-image: url("../../images/landing-page/logos/layershift.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.recurse {
|
||||
background-image: url(../../images/landing-page/logos/recurse.png);
|
||||
background-image: url("../../images/landing-page/logos/recurse.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.solano {
|
||||
background-image: url(../../images/landing-page/logos/solano.png);
|
||||
background-image: url("../../images/landing-page/logos/solano.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.veelo {
|
||||
background-image: url(../../images/landing-page/logos/veelo.png);
|
||||
background-image: url("../../images/landing-page/logos/veelo.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.panjiva {
|
||||
background-image: url(../../images/landing-page/logos/panjiva.png);
|
||||
background-image: url("../../images/landing-page/logos/panjiva.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.cmt {
|
||||
background-image: url(../../images/landing-page/logos/cambridge-mobile-telematics.png);
|
||||
background-image: url("../../images/landing-page/logos/cambridge-mobile-telematics.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.levelup {
|
||||
background-image: url(../../images/landing-page/logos/levelup.png);
|
||||
background-image: url("../../images/landing-page/logos/levelup.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.wildfly {
|
||||
background-image: url(../../images/landing-page/logos/wildfly.png);
|
||||
background-image: url("../../images/landing-page/logos/wildfly.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.mariadb {
|
||||
background-image: url(../../images/landing-page/logos/mariadb.png);
|
||||
background-image: url("../../images/landing-page/logos/mariadb.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.infinispan {
|
||||
background-image: url(../../images/landing-page/logos/infinispan.png);
|
||||
background-image: url("../../images/landing-page/logos/infinispan.png");
|
||||
background-color: transparent;
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.hail {
|
||||
background-image: url(../../images/landing-page/logos/hail.png);
|
||||
background-image: url("../../images/landing-page/logos/hail.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.inspire-hep {
|
||||
background-image: url(../../images/landing-page/logos/inspire-hep.png);
|
||||
background-image: url("../../images/landing-page/logos/inspire-hep.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.wikimedia-outreach {
|
||||
background-image: url(../../images/landing-page/logos/wikimedia-outreach.png);
|
||||
background-image: url("../../images/landing-page/logos/wikimedia-outreach.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.fhir {
|
||||
background-image: url(../../images/landing-page/logos/fhir.png);
|
||||
background-image: url("../../images/landing-page/logos/fhir.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.openshot {
|
||||
background-image: url(../../images/landing-page/logos/openshot.png);
|
||||
background-image: url("../../images/landing-page/logos/openshot.png");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.portico-landing .testimonials .company-box .company.mixxx {
|
||||
background-image: url(../../images/landing-page/logos/mixxx.png);
|
||||
background-image: url("../../images/landing-page/logos/mixxx.png");
|
||||
background-color: transparent;
|
||||
height: 45px;
|
||||
}
|
||||
|
@ -2132,7 +2132,7 @@ nav {
|
|||
margin: 15px auto 50px;
|
||||
width: 32px;
|
||||
height: 30px;
|
||||
background-image: url(../../images/landing-page/zulip-octopus.png);
|
||||
background-image: url("../../images/landing-page/zulip-octopus.png");
|
||||
background-size: cover;
|
||||
|
||||
filter: invert(0.9);
|
||||
|
@ -2186,7 +2186,7 @@ nav {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
background-image: url(../../images/waves.svg);
|
||||
background-image: url("../../images/waves.svg");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
@ -2423,7 +2423,7 @@ nav {
|
|||
.portico-landing.why-page .bg-events {
|
||||
position: relative;
|
||||
|
||||
background-image: url(../../images/landing-page/for-events.jpg);
|
||||
background-image: url("../../images/landing-page/for-events.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
@ -2431,7 +2431,7 @@ nav {
|
|||
.portico-landing.why-page .bg-education {
|
||||
position: relative;
|
||||
|
||||
background-image: url(../../images/landing-page/education/for-education-cover.jpg);
|
||||
background-image: url("../../images/landing-page/education/for-education-cover.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
@ -2439,7 +2439,7 @@ nav {
|
|||
.portico-landing.why-page .bg-companies {
|
||||
position: relative;
|
||||
|
||||
background-image: url(../../images/landing-page/education/companies-laptop.jpg);
|
||||
background-image: url("../../images/landing-page/education/companies-laptop.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
|
||||
|
@ -2451,25 +2451,25 @@ nav {
|
|||
.portico-landing.why-page .bg-pycon {
|
||||
position: relative;
|
||||
|
||||
background-image: url(../../images/landing-page/pycon.jpg);
|
||||
background-image: url("../../images/landing-page/pycon.jpg");
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.portico-landing.why-page .bg-pycon.drone {
|
||||
background-image: url(../../images/landing-page/pycon-drone.jpg);
|
||||
background-image: url("../../images/landing-page/pycon-drone.jpg");
|
||||
}
|
||||
|
||||
.portico-landing.why-page .bg-pycon.mit {
|
||||
background-image: url(../../images/landing-page/mit-lobby-7.jpg);
|
||||
background-image: url("../../images/landing-page/mit-lobby-7.jpg");
|
||||
}
|
||||
|
||||
.portico-landing.why-page .bg-pycon.security {
|
||||
background-image: url(../../images/landing-page/security.jpg);
|
||||
background-image: url("../../images/landing-page/security.jpg");
|
||||
}
|
||||
|
||||
.portico-landing.why-page .bg-pycon.why-zulip {
|
||||
background-image: url(../../images/landing-page/why-zulip-threads.jpg);
|
||||
background-image: url("../../images/landing-page/why-zulip-threads.jpg");
|
||||
}
|
||||
|
||||
.portico-landing.why-page .bg-dimmer {
|
||||
|
@ -2792,7 +2792,7 @@ nav {
|
|||
width: 20px;
|
||||
height: 18px;
|
||||
|
||||
background-image: url(../../images/checkbox-green.svg);
|
||||
background-image: url("../../images/checkbox-green.svg");
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
|
@ -3749,7 +3749,7 @@ nav {
|
|||
color: hsl(0, 0%, 27%);
|
||||
|
||||
background-size: 40px auto;
|
||||
background-image: url(../../images/zulip-logo.svg);
|
||||
background-image: url("../../images/zulip-logo.svg");
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
|
|
|
@ -451,7 +451,7 @@ img.screenshot {
|
|||
.laptop-image {
|
||||
width: 787px;
|
||||
height: 414px;
|
||||
background-image: url(../../images/landing-page/laptop.png);
|
||||
background-image: url("../../images/landing-page/laptop.png");
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
|
@ -714,7 +714,7 @@ input.text-error {
|
|||
}
|
||||
|
||||
.main-headline {
|
||||
background: url(../../images/landing-page/gg.jpg);
|
||||
background: url("../../images/landing-page/gg.jpg");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
|
@ -1753,7 +1753,7 @@ input[type="checkbox"] {
|
|||
@supports (-moz-appearance: none) {
|
||||
#settings_page select {
|
||||
appearance: none;
|
||||
background: hsl(0, 0%, 100%) url(../images/dropdown.png) right / 20px
|
||||
background: hsl(0, 0%, 100%) url("../images/dropdown.png") right / 20px
|
||||
no-repeat;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
|
|
@ -524,7 +524,7 @@
|
|||
border: none;
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
box-shadow: inset 0 0 50px hsla(0, 0%, 0%, 0.5);
|
||||
background-image: url(../images/preview-loading.png);
|
||||
background-image: url("../images/preview-loading.png");
|
||||
background-size: 150px auto;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
|
|
Loading…
Reference in New Issue