Fixing the SaSS for RTL.
TNL-1759
This commit is contained in:
committed by
Andy Armstrong
parent
c2d83bd4a6
commit
f1657d1d4a
@@ -44,6 +44,8 @@
|
||||
@import 'elements/system-feedback';
|
||||
|
||||
// base - specific views
|
||||
@import "views/account-settings";
|
||||
@import "views/learner-profile";
|
||||
@import 'views/verification';
|
||||
@import 'views/shoppingcart';
|
||||
@import 'views/login-register';
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
@import 'elements/controls';
|
||||
|
||||
// shared - course
|
||||
@import 'shared/fields';
|
||||
@import 'shared/forms';
|
||||
@import 'shared/footer';
|
||||
@import 'shared/header';
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
i {
|
||||
color: $gray-l2;
|
||||
vertical-align:text-bottom;
|
||||
margin-right: 5px;
|
||||
@include margin-right(5px);
|
||||
}
|
||||
|
||||
.message-can-edit {
|
||||
@@ -70,7 +70,7 @@
|
||||
input[type="text"],
|
||||
input[type="text"]:focus {
|
||||
background-color: transparent;
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
@@ -63,6 +63,7 @@
|
||||
.upload-button-icon, .upload-button-title {
|
||||
text-align: center;
|
||||
transform: translateY(35px);
|
||||
-webkit-transform: translateY(35px);
|
||||
display: block;
|
||||
color: $white;
|
||||
margin-bottom: ($baseline/4);
|
||||
@@ -74,7 +75,7 @@
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
@include left(0);
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -160,7 +161,7 @@
|
||||
}
|
||||
|
||||
.profile-section-one-fields {
|
||||
float: left;
|
||||
@include float(left);
|
||||
width: flex-grid(4, 12);
|
||||
@include margin-left($baseline*1.5);
|
||||
|
||||
@@ -243,7 +244,7 @@
|
||||
border: 2px dashed $gray-l3;
|
||||
i {
|
||||
font-size: 12px;
|
||||
padding-right: 5px;
|
||||
@include padding-right(5px);
|
||||
vertical-align: middle;
|
||||
color: $gray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user