Commit fd6da7dc by Usman Khalid

Sass fixes for rtl.

TNL-813
parent e7fe99cc
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -1057,6 +1057,7 @@
display: inline-block;
margin: ($baseline-v/2) 0;
box-shadow: none;
}
.file--upload {
......@@ -1141,7 +1142,7 @@
}
.step__label {
margin-right: ($baseline-h/4);
@include margin-right(($baseline-h/4));
}
.leaderboard__title{
......
......@@ -263,6 +263,11 @@
.ico {
@extend %icon-2;
}
.icon-caret-right:before {
@include transform(rotate(bidi-rotate-angle(0deg)));
}
}
// STATE: actions has an error
......
......@@ -87,7 +87,7 @@
}
.copy {
margin-right: ($baseline-v/2);
@include margin-right(($baseline-v/2));
}
}
......
......@@ -108,7 +108,7 @@
}
.option__input {
margin-right: ($baseline-v/2);
@include margin-right(($baseline-v/2));
// STATE: checked
&:checked {
......
......@@ -370,7 +370,7 @@
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
@include padding(0.35em, 0.625em, 0.75em, 0.625em);
}
/**
......
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