Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
right-align text inside right-aligned block
Browse files Browse the repository at this point in the history
  • Loading branch information
tilsammans committed Aug 25, 2015
1 parent 4f95a48 commit 59b53d8
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,4 +135,12 @@ $page-color: $main-color;

.js .vjs-progress-control .vjs-play-progress, .js .vjs-progress-control.vjs-fade-out .vjs-play-progress {
background-color: $main-color;
}
}

.text_position_right {
.contentText {
p {
text-align: right;
}
}
}

0 comments on commit 59b53d8

Please sign in to comment.