28 lines
467 B
Plaintext
28 lines
467 B
Plaintext
//
|
|
// RTL: Pages / Profile
|
|
//
|
|
// --------------------------------------------------
|
|
|
|
&.page-profile .profile-skills .label {
|
|
float: right;
|
|
margin-left: 4px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
|
|
@media (min-width: @screen-tablet) {
|
|
&.page-profile {
|
|
.left-col {
|
|
float: right;
|
|
}
|
|
.right-col {
|
|
padding-left: 0;
|
|
padding-right: 20px;
|
|
}
|
|
.profile-full-name {
|
|
padding-left: 0;
|
|
padding-right: 240px;
|
|
text-align: right;
|
|
}
|
|
}
|
|
} |