Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/ratchet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorconnors <connor.sears@github.com>2014-03-02 03:41:20 +0400
committerconnors <connor.sears@github.com>2014-03-02 03:41:20 +0400
commit17ae73f987e8f607fd00d1d6762fd4edfd4f1e04 (patch)
tree98d5ff51d620f0ca6bdca4e1e0e747b4244484a8 /sass/push.scss
parent285554c9dadd5ac811657c693b6fce6482b830e3 (diff)
adding back in the deprecated classes
Diffstat (limited to 'sass/push.scss')
-rw-r--r--sass/push.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/sass/push.scss b/sass/push.scss
index 2ab0a2e..1aceb08 100644
--- a/sass/push.scss
+++ b/sass/push.scss
@@ -57,3 +57,28 @@
right: 15px;
content: '\e826';
}
+
+// Deprecated `push-left` and `push-right` as of 2.0.1
+.push-left,
+.push-right {
+ &:after {
+ position: absolute;
+ top: 50%;
+ display: inline-block;
+ color: #bbb;
+ font-family: Ratchicons;
+ font-size: inherit;
+ text-decoration: none;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ @include transform(translateY(-50%));
+ }
+}
+.push-left:after {
+ left: 15px;
+ content: '\e822';
+}
+.push-right:after {
+ right: 15px;
+ content: '\e826';
+}