Customer accounts & Memberships (#2024)

This commit is contained in:
Raphael Michel
2021-05-04 16:56:06 +02:00
committed by GitHub
parent 62e412bbc0
commit 8e79eb570e
116 changed files with 7975 additions and 279 deletions

View File

@@ -30,7 +30,7 @@ footer nav {
.js-only {
display: none;
}
.locales {
.locales, .loginstatus {
display: inline;
a {
text-decoration: none;
@@ -45,6 +45,9 @@ footer nav {
vertical-align: baseline;
}
}
.loginstatus a {
margin-left: 10px;
}
.huge {
font-size: 40px;
}
@@ -300,6 +303,29 @@ h2 .label {
}
}
.quotabox {
display: inline-block;
vertical-align: top;
width: 50px;
.progress {
height: 7px;
margin-bottom: 2px;
}
.numbers {
font-size: 10px;
color: $text-muted;
display: block;
text-align: center;
}
&.availability .progress-bar-success {
background: lighten($brand-success, 20%);
}
}
@for $i from 0 through 100 {
.progress-bar-#{$i} { width: 1% * $i; }
}
@import "_iframe.scss";
@import "_a11y.scss";
@import "_print.scss";