118 lines
2.1 KiB
SCSS
118 lines
2.1 KiB
SCSS
div.profile-wrapper {
|
|
@extend .table-wrapper;
|
|
color: #000;
|
|
|
|
section.user-info {
|
|
@extend .sidebar;
|
|
@include border-radius(0px 4px 0px 4px);
|
|
border-left: 1px solid #d3d3d3;
|
|
border-right: 0;
|
|
|
|
h1 {
|
|
padding:0 lh();
|
|
font-size: 18px;
|
|
}
|
|
|
|
ul {
|
|
list-style: none;
|
|
|
|
li {
|
|
@include transition();
|
|
color: lighten($text-color, 10%);
|
|
display: block;
|
|
text-decoration: none;
|
|
@include box-shadow(0 1px 0 #eee);
|
|
padding: 7px lh();
|
|
border-bottom: 1px solid #d3d3d3;
|
|
|
|
div#location_sub, div#language_sub {
|
|
font-weight: bold;
|
|
@include inline-block();
|
|
|
|
input {
|
|
margin: lh(.5) 0;
|
|
}
|
|
|
|
&:empty {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
div#description {
|
|
font-size: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
div#change_password_pop {
|
|
padding: 7px lh();
|
|
color: #4D4D4D;
|
|
}
|
|
}
|
|
|
|
section.course-info {
|
|
@extend .content;
|
|
|
|
> h1 {
|
|
@extend .top-header;
|
|
}
|
|
|
|
> ol {
|
|
list-style: none;
|
|
border-top: 1px solid #e3e3e3;
|
|
margin-top: lh();
|
|
|
|
> li {
|
|
border-bottom: 1px solid #e3e3e3;
|
|
padding: lh() 0;
|
|
width: 100%;
|
|
display: table;
|
|
@extend .clearfix;
|
|
|
|
h2 {
|
|
display: table-cell;
|
|
padding: 0;
|
|
margin: 0;
|
|
width: flex-grid(2, 9);
|
|
padding-right: flex-gutter(9);
|
|
border-right: 1px dotted #ccc;
|
|
@include box-sizing(border-box);
|
|
}
|
|
|
|
ol.sections {
|
|
padding-left: flex-gutter(9);
|
|
display: table-cell;
|
|
list-style: none;
|
|
width: flex-grid(7, 9);
|
|
|
|
> li {
|
|
padding:0 0 lh() 0;
|
|
|
|
&:first-child {
|
|
padding-top: 0;
|
|
}
|
|
|
|
&:last-child {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
h3 {
|
|
color: #666;
|
|
}
|
|
|
|
ol {
|
|
list-style: none;
|
|
|
|
li {
|
|
display: inline-block;
|
|
padding-right: 1em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|