aboutsummaryrefslogtreecommitdiffstats
path: root/alphabetlearning/static/scss/helpers
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--alphabetlearning/static/scss/helpers/_clearfix.scss3
-rw-r--r--alphabetlearning/static/scss/helpers/_color-bg.scss (renamed from pyblackbird_cc/static/scss/helpers/_color-bg.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_colored-links.scss (renamed from pyblackbird_cc/static/scss/helpers/_colored-links.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_focus-ring.scss (renamed from pyblackbird_cc/static/scss/helpers/_focus-ring.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_icon-link.scss (renamed from pyblackbird_cc/static/scss/helpers/_icon-link.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_position.scss (renamed from pyblackbird_cc/static/scss/helpers/_position.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_ratio.scss (renamed from pyblackbird_cc/static/scss/helpers/_ratio.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_stacks.scss (renamed from pyblackbird_cc/static/scss/helpers/_stacks.scss)0
-rw-r--r--alphabetlearning/static/scss/helpers/_stretched-link.scss15
-rw-r--r--alphabetlearning/static/scss/helpers/_text-truncation.scss7
-rw-r--r--alphabetlearning/static/scss/helpers/_visually-hidden.scss8
-rw-r--r--alphabetlearning/static/scss/helpers/_vr.scss (renamed from pyblackbird_cc/static/scss/helpers/_vr.scss)0
12 files changed, 33 insertions, 0 deletions
diff --git a/alphabetlearning/static/scss/helpers/_clearfix.scss b/alphabetlearning/static/scss/helpers/_clearfix.scss
new file mode 100644
index 0000000..e92522a
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_clearfix.scss
@@ -0,0 +1,3 @@
+.clearfix {
+ @include clearfix();
+}
diff --git a/pyblackbird_cc/static/scss/helpers/_color-bg.scss b/alphabetlearning/static/scss/helpers/_color-bg.scss
index 1a3a4cf..1a3a4cf 100644
--- a/pyblackbird_cc/static/scss/helpers/_color-bg.scss
+++ b/alphabetlearning/static/scss/helpers/_color-bg.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_colored-links.scss b/alphabetlearning/static/scss/helpers/_colored-links.scss
index 5f86857..5f86857 100644
--- a/pyblackbird_cc/static/scss/helpers/_colored-links.scss
+++ b/alphabetlearning/static/scss/helpers/_colored-links.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_focus-ring.scss b/alphabetlearning/static/scss/helpers/_focus-ring.scss
index 26508a8..26508a8 100644
--- a/pyblackbird_cc/static/scss/helpers/_focus-ring.scss
+++ b/alphabetlearning/static/scss/helpers/_focus-ring.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_icon-link.scss b/alphabetlearning/static/scss/helpers/_icon-link.scss
index 3f8bcb3..3f8bcb3 100644
--- a/pyblackbird_cc/static/scss/helpers/_icon-link.scss
+++ b/alphabetlearning/static/scss/helpers/_icon-link.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_position.scss b/alphabetlearning/static/scss/helpers/_position.scss
index 59103d9..59103d9 100644
--- a/pyblackbird_cc/static/scss/helpers/_position.scss
+++ b/alphabetlearning/static/scss/helpers/_position.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_ratio.scss b/alphabetlearning/static/scss/helpers/_ratio.scss
index b6a7654..b6a7654 100644
--- a/pyblackbird_cc/static/scss/helpers/_ratio.scss
+++ b/alphabetlearning/static/scss/helpers/_ratio.scss
diff --git a/pyblackbird_cc/static/scss/helpers/_stacks.scss b/alphabetlearning/static/scss/helpers/_stacks.scss
index 6cd237a..6cd237a 100644
--- a/pyblackbird_cc/static/scss/helpers/_stacks.scss
+++ b/alphabetlearning/static/scss/helpers/_stacks.scss
diff --git a/alphabetlearning/static/scss/helpers/_stretched-link.scss b/alphabetlearning/static/scss/helpers/_stretched-link.scss
new file mode 100644
index 0000000..71a1c75
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_stretched-link.scss
@@ -0,0 +1,15 @@
+//
+// Stretched link
+//
+
+.stretched-link {
+ &::#{$stretched-link-pseudo-element} {
+ position: absolute;
+ top: 0;
+ right: 0;
+ bottom: 0;
+ left: 0;
+ z-index: $stretched-link-z-index;
+ content: "";
+ }
+}
diff --git a/alphabetlearning/static/scss/helpers/_text-truncation.scss b/alphabetlearning/static/scss/helpers/_text-truncation.scss
new file mode 100644
index 0000000..6421dac
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_text-truncation.scss
@@ -0,0 +1,7 @@
+//
+// Text truncation
+//
+
+.text-truncate {
+ @include text-truncate();
+}
diff --git a/alphabetlearning/static/scss/helpers/_visually-hidden.scss b/alphabetlearning/static/scss/helpers/_visually-hidden.scss
new file mode 100644
index 0000000..4760ff0
--- /dev/null
+++ b/alphabetlearning/static/scss/helpers/_visually-hidden.scss
@@ -0,0 +1,8 @@
+//
+// Visually hidden
+//
+
+.visually-hidden,
+.visually-hidden-focusable:not(:focus):not(:focus-within) {
+ @include visually-hidden();
+}
diff --git a/pyblackbird_cc/static/scss/helpers/_vr.scss b/alphabetlearning/static/scss/helpers/_vr.scss
index b6f9d42..b6f9d42 100644
--- a/pyblackbird_cc/static/scss/helpers/_vr.scss
+++ b/alphabetlearning/static/scss/helpers/_vr.scss