summaryrefslogtreecommitdiff
path: root/docs/src/components/Header/LanguageSelect.css
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2021-07-31 05:41:22 +0000
committerGravatar GitHub Actions <actions@github.com> 2021-07-31 05:41:22 +0000
commitd7b0080da01750818a260987dd7900e3f1cfa093 (patch)
tree8c5f60696071b3bed4fe7df8dd71e7a99e40400a /docs/src/components/Header/LanguageSelect.css
parent6300c88cacc09f8b947c531662c25ac77166dfe7 (diff)
downloadastro-d7b0080da01750818a260987dd7900e3f1cfa093.tar.gz
astro-d7b0080da01750818a260987dd7900e3f1cfa093.tar.zst
astro-d7b0080da01750818a260987dd7900e3f1cfa093.zip
[ci] yarn format
Diffstat (limited to 'docs/src/components/Header/LanguageSelect.css')
-rw-r--r--docs/src/components/Header/LanguageSelect.css13
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/src/components/Header/LanguageSelect.css b/docs/src/components/Header/LanguageSelect.css
index f353c18c2..b95ef5048 100644
--- a/docs/src/components/Header/LanguageSelect.css
+++ b/docs/src/components/Header/LanguageSelect.css
@@ -1,4 +1,3 @@
-
.language-select {
flex-grow: 1;
width: 48px;
@@ -23,7 +22,7 @@
transition-property: border-color, color;
-webkit-font-smoothing: antialiased;
padding-left: 30px;
- padding-right: 1rem;
+ padding-right: 1rem;
}
.language-select-wrapper .language-select:hover,
.language-select-wrapper .language-select:focus {
@@ -35,14 +34,14 @@
position: relative;
}
.language-select-wrapper > svg {
- position: absolute;
- top: 7px;
- left: 10px;
- z-index: -1;
+ position: absolute;
+ top: 7px;
+ left: 10px;
+ z-index: -1;
}
@media (min-width: 50em) {
.language-select {
width: 100%;
}
-} \ No newline at end of file
+}