update
This commit is contained in:
15
iadmin/themes/default/scss/vendor/bi-app/_variables-ltr.scss
vendored
Normal file
15
iadmin/themes/default/scss/vendor/bi-app/_variables-ltr.scss
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// ------------------------------------------
|
||||
// left to right variables to be used by bi-app mixins
|
||||
// authors:
|
||||
// twitter.com/anasnakawa
|
||||
// twitter.com/victorzamfir
|
||||
// licensed under the MIT license
|
||||
// http://www.opensource.org/licenses/mit-license.php
|
||||
// ------------------------------------------
|
||||
|
||||
// namespacing variables with bi-app to
|
||||
// avoid conflicting with other global variables
|
||||
$bi-app-left: left;
|
||||
$bi-app-right: right;
|
||||
$bi-app-direction: ltr;
|
||||
$bi-app-invert-direction: rtl;
|
||||
Reference in New Issue
Block a user