EnVisageOnline/PixelAdmin-1.3.0/styles/pixel-admin-scss/rtl/pages/_profile.scss

29 lines
468 B
SCSS

//
// 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;
}
}
}