aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-03 17:13:05 +0100
committercodecalm <codecalm@gmail.com>2020-03-03 17:13:05 +0100
commitf289dcaf534f37e158654870f7406f8d22f63d90 (patch)
tree3af65d885d855ea20db4db798c5efbc8e3f84cdf /style.scss
parentban icon (diff)
downloadtabler-icons-f289dcaf534f37e158654870f7406f8d22f63d90.tar.xz
corners, cut, copy, dots, etc
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 21b4b27..c64506d 100644
--- a/style.scss
+++ b/style.scss
@@ -58,11 +58,12 @@ a {
.col-aside {
width: 15rem;
margin-top: 2rem;
+ display: flex;
+ flex-direction: column;
@media (min-width: #{$breakpoint}) {
margin-top: 0;
margin-left: 2rem;
- flex-direction: row;
}
}
@@ -182,6 +183,10 @@ a {
margin-bottom: 2rem;
}
+.mt-auto {
+ margin-top: auto;
+}
+
/*
Components
@@ -319,3 +324,7 @@ Components
}
}
}
+
+.input-range {
+ width: 100%;
+}