aboutsummaryrefslogtreecommitdiff
path: root/assets/scss/home.scss
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2018-01-04 22:13:26 +0100
committerhellekin <hellekin@cepheide.org>2018-01-04 22:13:26 +0100
commitbd9444f9d34125f75b9c19dff1f3f557908e6f66 (patch)
tree0ceb3cea3e756c57bf431939c8f20a99ecaefc0c /assets/scss/home.scss
parentb430a490e7c03b4d3cc9685ae410bd3478069ce6 (diff)
downloadlesoiseaux.io-bd9444f9d34125f75b9c19dff1f3f557908e6f66.tar.gz
Add FR/EN language switch
Diffstat (limited to 'assets/scss/home.scss')
-rw-r--r--assets/scss/home.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/assets/scss/home.scss b/assets/scss/home.scss
index d20d5a3..7070fe6 100644
--- a/assets/scss/home.scss
+++ b/assets/scss/home.scss
@@ -157,7 +157,7 @@ body > header {
}
}
- > span + span {
+ > span:first-child + span {
display: inline-block;
transform: rotate(180deg);
padding-bottom: -0.1rem;
@@ -609,3 +609,14 @@ body > footer {
fill: rgba(0, 110, 12, 0.5);
}
}
+
+#lang-switch {
+ /* rgb(199, 184, 119); */
+ border: 2px solid rgba(173, 151, 56, 0.68);
+ border-radius: 1rem;
+ padding: 0 0.5rem;
+ background: inherit;
+ position: absolute;
+ top: 0;
+ right: 0;
+}