Skip to content

Commit

Permalink
js component
Browse files Browse the repository at this point in the history
  • Loading branch information
MahdiMajidzadeh committed Nov 20, 2017
1 parent c8e786f commit 59d2f58
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ header, main, footer {
.parallax-demo header,
.parallax-demo main,
.parallax-demo footer {
padding-left: 0;
padding-right: 0;
}
footer.example {
padding-right: 0;
Expand Down
21 changes: 21 additions & 0 deletions sass/components/_rtl.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,27 @@
direction: ltr;
}

.collapsible-header i {
margin-right: inherit;
margin-left: 1rem;
}

.dropdown-content li {
text-align: right;
}

.modal .modal-footer {
text-align: left;
}

@media only screen and (min-width: 993px)
{
#toast-container {
right: inherit;
left: 7%
}
}

.breadcrumb:before {
content: '\E5CB';
}
Expand Down

0 comments on commit 59d2f58

Please sign in to comment.