}
}
-/* Credits */
-footer {
- font-family: @font;
- font-size: 8px;
- text-transform: uppercase;
- position: absolute;
- bottom: 2px;
- z-index: 20;
- transform-origin: 100% 100%;
-}
-
-footer a {
- display: inline-block;
- text-decoration: none;
- transform-origin: 100% 100%;
- transform: scale(1.08, 0.95) !important;
-}
-
-.ltr footer {
- right: 4px;
-}
-
-.rtl footer {
- left: 4px;
-}
+@import "footer.less";
/* Fluidbook zooming */
--- /dev/null
+/* Credits */
+footer {
+ font-family: @font;
+ font-size: 8px;
+ text-transform: uppercase;
+ position: absolute;
+ bottom: 2px;
+ z-index: 20;
+ transform-origin: 100% 100%;
+
+ a {
+ display: inline-block;
+ text-decoration: none;
+ transform-origin: 100% 100%;
+ transform: scale(1.08, 0.95) !important;
+
+ .rtl & {
+ transform-origin: 0% 100%;
+ }
+ }
+
+ .ltr & {
+ right: 4px;
+ }
+
+ .rtl & {
+ left: 4px;
+ }
+}
\ No newline at end of file