diff options
author | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-03 17:13:05 +0100 |
commit | f289dcaf534f37e158654870f7406f8d22f63d90 (patch) | |
tree | 3af65d885d855ea20db4db798c5efbc8e3f84cdf /style.scss | |
parent | ban icon (diff) | |
download | tabler-icons-f289dcaf534f37e158654870f7406f8d22f63d90.tar.xz |
corners, cut, copy, dots, etc
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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%; +} |