Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-04-23 15:16:31 +0300
committerDavid O'Regan <doregan@gitlab.com>2021-04-23 16:56:07 +0300
commit213fe2abfac127f95b2d52bf18363e21ef642642 (patch)
tree0445e7f8dc2202c3bb2f977ba3ee289426e237f3 /content/assets/stylesheets
parent4217b8d39bcf7aad2374f648eae7e76f76670407 (diff)
Enable string-quotes as single
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'content/assets/stylesheets')
-rw-r--r--content/assets/stylesheets/404.scss2
-rw-r--r--content/assets/stylesheets/_landing.scss12
-rw-r--r--content/assets/stylesheets/_utilities.scss2
-rw-r--r--content/assets/stylesheets/_variables.scss4
-rw-r--r--content/assets/stylesheets/footer.scss2
-rw-r--r--content/assets/stylesheets/help.scss2
-rw-r--r--content/assets/stylesheets/instantsearch.scss2
-rw-r--r--content/assets/stylesheets/stylesheet.scss32
-rw-r--r--content/assets/stylesheets/toc.scss4
9 files changed, 31 insertions, 31 deletions
diff --git a/content/assets/stylesheets/404.scss b/content/assets/stylesheets/404.scss
index 7ecadecc..3b202dd6 100644
--- a/content/assets/stylesheets/404.scss
+++ b/content/assets/stylesheets/404.scss
@@ -2,7 +2,7 @@
version: 3
---
-@import "variables";
+@import 'variables';
// Override some main elements
.four-oh-four {
diff --git a/content/assets/stylesheets/_landing.scss b/content/assets/stylesheets/_landing.scss
index 075d6a74..4d0cbc6f 100644
--- a/content/assets/stylesheets/_landing.scss
+++ b/content/assets/stylesheets/_landing.scss
@@ -2,7 +2,7 @@
version: 1
---
-@import "variables";
+@import 'variables';
.landing {
font-size: $landing-body-font-size;
@@ -37,14 +37,14 @@ version: 1
// sections
.hero {
- background-image: url("/assets/images/hero-bg.svg");
+ background-image: url('/assets/images/hero-bg.svg');
background-repeat: no-repeat;
background-attachment: inherit;
background-position: 50% 8%;
@media (max-width: $xs-width) {
- background-image: url("/assets/images/hero-bg-mobile.svg");
+ background-image: url('/assets/images/hero-bg-mobile.svg');
background-position: 50% 4%;
}
@@ -196,7 +196,7 @@ version: 1
margin: 0.5rem;
&::before {
- content: "\25aa";
+ content: '\25aa';
color: $landing-gl-purple-700;
padding-right: 0.5rem;
}
@@ -342,13 +342,13 @@ version: 1
.support {
background: linear-gradient(180deg, $gds-white 0%, $landing-gl-white-500 100%);
- background-image: url("/assets/images/support-bg.svg"), linear-gradient(180deg, $gds-white 0%, $landing-gl-white-500 100%);
+ background-image: url('/assets/images/support-bg.svg'), linear-gradient(180deg, $gds-white 0%, $landing-gl-white-500 100%);
background-repeat: no-repeat;
background-attachment: inherit;
background-position: 50% 60%;
@media (max-width: $md-width) {
- background-image: url("/assets/images/hero-bg-mobile.svg");
+ background-image: url('/assets/images/hero-bg-mobile.svg');
}
.card {
diff --git a/content/assets/stylesheets/_utilities.scss b/content/assets/stylesheets/_utilities.scss
index 840fa89b..a8c1a5b4 100644
--- a/content/assets/stylesheets/_utilities.scss
+++ b/content/assets/stylesheets/_utilities.scss
@@ -2,7 +2,7 @@
version: 6
---
-@import "variables";
+@import 'variables';
@mixin sidebar-fixed {
overflow: auto;
diff --git a/content/assets/stylesheets/_variables.scss b/content/assets/stylesheets/_variables.scss
index bea0be82..dcd2ccf4 100644
--- a/content/assets/stylesheets/_variables.scss
+++ b/content/assets/stylesheets/_variables.scss
@@ -8,8 +8,8 @@ $lg-width: 1400px;
$introduced-in-border-color: #e3e3e3;
// Fonts
-$mono-font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
-$sans-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+$mono-font-family: 'Menlo', 'DejaVu Sans Mono', 'Liberation Mono', 'Consolas', 'Ubuntu Mono', 'Courier New', 'andale mono', 'lucida console', monospace;
+$sans-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Noto Sans', Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
$body-font-size: 15px;
$tooltip-font-size: 12px;
$introduced-in-font-size: 13px;
diff --git a/content/assets/stylesheets/footer.scss b/content/assets/stylesheets/footer.scss
index c8106e3d..a0a26642 100644
--- a/content/assets/stylesheets/footer.scss
+++ b/content/assets/stylesheets/footer.scss
@@ -2,7 +2,7 @@
version: 9
---
-@import "variables";
+@import 'variables';
.footer {
border-color: $gds-gray-100;
diff --git a/content/assets/stylesheets/help.scss b/content/assets/stylesheets/help.scss
index 39155097..e78da6cc 100644
--- a/content/assets/stylesheets/help.scss
+++ b/content/assets/stylesheets/help.scss
@@ -2,7 +2,7 @@
version: 4
---
-@import "variables";
+@import 'variables';
.help-and-feedback-section {
background-color: $help-indigo-50;
diff --git a/content/assets/stylesheets/instantsearch.scss b/content/assets/stylesheets/instantsearch.scss
index b804e370..9f78feae 100644
--- a/content/assets/stylesheets/instantsearch.scss
+++ b/content/assets/stylesheets/instantsearch.scss
@@ -2,7 +2,7 @@
version: 12
---
-@import "variables";
+@import 'variables';
// original CSS: https://github.com/algolia/examples/blob/master/instant-search/instantsearch.js/assets/style.css
// original CSS customized and converted to SCSS with http://sebastianpontow.de/css2compass/
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 4e7e5691..48c2327c 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -2,9 +2,9 @@
version: 108
---
-@import "variables";
-@import "utilities";
-@import "landing";
+@import 'variables';
+@import 'utilities';
+@import 'landing';
*,
*::before,
@@ -217,7 +217,7 @@ h6 {
}
&[id]::before {
display: block;
- content: " ";
+ content: ' ';
margin-top: -75px;
height: 75px;
visibility: hidden;
@@ -325,7 +325,7 @@ h6 {
a {
color: $h1-border-bottom;
&::before {
- content: "\f126";
+ content: '\f126';
font-family: FontAwesome;
font-size: 14px;
font-style: normal;
@@ -339,11 +339,11 @@ h6 {
}
}
// external link and footer social links
- [href^="http://"],
- [href^="https://"] {
- &:not([href*="gitlab.com"]):not(.gitlab-social) {
+ [href^='http://'],
+ [href^='https://'] {
+ &:not([href*='gitlab.com']):not(.gitlab-social) {
&::after {
- content: "\f08e";
+ content: '\f08e';
font-family: FontAwesome;
font-size: 14px;
font-style: normal;
@@ -526,7 +526,7 @@ h6 {
background: $gds-gray-700;
position: absolute;
display: block;
- content: "";
+ content: '';
}
.arrow {
transform: rotate(180deg);
@@ -611,7 +611,7 @@ h6 {
align-items: center;
justify-content: center;
&::after {
- content: "";
+ content: '';
border: solid $gds-gray-700;
border-width: 0 1px 1px 0;
display: inline-block;
@@ -825,13 +825,13 @@ h6 {
height: 1em;
max-height: 25px;
vertical-align: middle;
- background: url("<%= @items['/assets/images/icon_anchor.svg'].path %>") center center / contain no-repeat;
+ background: url('<%= @items['/assets/images/icon_anchor.svg'].path %>') center center / contain no-repeat;
&:hover {
text-decoration: none;
}
}
-// Version history ("Introduced in") notes
+// Version history ('Introduced in') notes
.introduced-in {
font-size: $introduced-in-font-size;
color: $gds-black;
@@ -848,7 +848,7 @@ h6 {
}
.text-expander {
- background: url("<%= @items['/assets/images/ellipsis_h.svg'].path %>") center center / 12px no-repeat;
+ background: url('<%= @items['/assets/images/ellipsis_h.svg'].path %>') center center / 12px no-repeat;
vertical-align: middle;
border: 1px solid $introduced-in-border-color;
border-radius: 4px;
@@ -861,7 +861,7 @@ h6 {
}
}
-// End of version history ("Introduced in") notes
+// End of version history ('Introduced in') notes
// Articles layout
.article-metadata {
color: $article-metadata;
@@ -1019,7 +1019,7 @@ h6 {
.badge-self-managed,
.badge-saas {
&::after {
- content: "";
+ content: '';
display: block;
width: 0;
height: 2px;
diff --git a/content/assets/stylesheets/toc.scss b/content/assets/stylesheets/toc.scss
index 1d17e008..56576d44 100644
--- a/content/assets/stylesheets/toc.scss
+++ b/content/assets/stylesheets/toc.scss
@@ -2,8 +2,8 @@
version: 19
---
-@import "variables";
-@import "utilities";
+@import 'variables';
+@import 'utilities';
$base-nav-link-padding: 0.75rem;
$sm-nav-link-padding: 0.25rem;