Commit f1657d1d by muzaffaryousaf Committed by Andy Armstrong

Fixing the SaSS for RTL.

TNL-1759
parent c2d83bd4
...@@ -44,6 +44,8 @@ ...@@ -44,6 +44,8 @@
@import 'elements/system-feedback'; @import 'elements/system-feedback';
// base - specific views // base - specific views
@import "views/account-settings";
@import "views/learner-profile";
@import 'views/verification'; @import 'views/verification';
@import 'views/shoppingcart'; @import 'views/shoppingcart';
@import 'views/login-register'; @import 'views/login-register';
......
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
@import 'elements/controls'; @import 'elements/controls';
// shared - course // shared - course
@import 'shared/fields';
@import 'shared/forms'; @import 'shared/forms';
@import 'shared/footer'; @import 'shared/footer';
@import 'shared/header'; @import 'shared/header';
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
i { i {
color: $gray-l2; color: $gray-l2;
vertical-align:text-bottom; vertical-align:text-bottom;
margin-right: 5px; @include margin-right(5px);
} }
.message-can-edit { .message-can-edit {
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
input[type="text"], input[type="text"],
input[type="text"]:focus { input[type="text"]:focus {
background-color: transparent; background-color: transparent;
padding: 0px; padding: 0;
border: none; border: none;
box-shadow: none; box-shadow: none;
} }
......
...@@ -63,6 +63,7 @@ ...@@ -63,6 +63,7 @@
.upload-button-icon, .upload-button-title { .upload-button-icon, .upload-button-title {
text-align: center; text-align: center;
transform: translateY(35px); transform: translateY(35px);
-webkit-transform: translateY(35px);
display: block; display: block;
color: $white; color: $white;
margin-bottom: ($baseline/4); margin-bottom: ($baseline/4);
...@@ -74,7 +75,7 @@ ...@@ -74,7 +75,7 @@
height: 100%; height: 100%;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; @include left(0);
opacity: 0; opacity: 0;
cursor: pointer; cursor: pointer;
} }
...@@ -160,7 +161,7 @@ ...@@ -160,7 +161,7 @@
} }
.profile-section-one-fields { .profile-section-one-fields {
float: left; @include float(left);
width: flex-grid(4, 12); width: flex-grid(4, 12);
@include margin-left($baseline*1.5); @include margin-left($baseline*1.5);
...@@ -243,7 +244,7 @@ ...@@ -243,7 +244,7 @@
border: 2px dashed $gray-l3; border: 2px dashed $gray-l3;
i { i {
font-size: 12px; font-size: 12px;
padding-right: 5px; @include padding-right(5px);
vertical-align: middle; vertical-align: middle;
color: $gray; color: $gray;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment