Commit 709f86c1 by Chris Rodriguez

Addressing RTL inconsistencies on Verification process

parent b070d439
...@@ -50,6 +50,8 @@ ...@@ -50,6 +50,8 @@
@import 'views/shoppingcart'; @import 'views/shoppingcart';
@import 'views/login-register'; @import 'views/login-register';
@import 'views/homepage'; @import 'views/homepage';
@import 'views/verification';
@import 'views/decoupled-verification';
// applications // applications
@import "discussion/utilities/variables"; @import "discussion/utilities/variables";
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
.requirements-container { .requirements-container {
.list-reqs { .list-reqs {
width: 645px;
margin: 50px auto;
.req { .req {
width: 300px; width: 300px;
...@@ -67,7 +65,7 @@ ...@@ -67,7 +65,7 @@
} }
.right { .right {
float: right; @include float(right);
padding: 15px 50px; padding: 15px 50px;
} }
...@@ -76,10 +74,11 @@ ...@@ -76,10 +74,11 @@
} }
.prompt-verify .title { .prompt-verify .title {
@include float(left);
@include text-align(left);
width: 600px; width: 600px;
position: relative; position: relative;
display: inline; display: inline;
float: left;
line-height: 45px; line-height: 45px;
color: black; color: black;
} }
...@@ -91,6 +90,7 @@ ...@@ -91,6 +90,7 @@
.photo-controls { .photo-controls {
position: relative; position: relative;
text-align: center;
.control { .control {
&.control-do { &.control-do {
...@@ -153,7 +153,7 @@ ...@@ -153,7 +153,7 @@
.list-help { .list-help {
list-style: disc; list-style: disc;
padding-left: 20px; @include padding-left($baseline);
} }
.list-faq { .list-faq {
......
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