discourse/app/assets/stylesheets/common/base/about.scss
2015-03-02 15:18:44 +05:30

72 lines
1.0 KiB
SCSS

section.about {
h3 {
margin-bottom: 10px;
margin-top: 10px;
}
.user-small {
padding: 8px;
width: 205px;
height: 60px;
float: left;
.user-image {
float: left;
padding-right: 4px;
}
.user-detail {
float: left;
width: 70%;
span {
float: left;
width: 90%;
padding-left: 5px;
}
.username a {
font-weight: bold;
font-size: 16px;
color: scale-color($primary, $lightness: 30%);
}
.name {
font-size: 13px;
color: scale-color($primary, $lightness: 30%);
}
.title {
font-size: 13px;
color: scale-color($primary, $lightness: 50%);
}
}
}
p {
margin: 10px 0;
}
table {
margin-top: 20px;
width: 90%;
th {
text-align: left;
}
td, th {
padding: 10px 5px 5px 5px;
border-bottom: 1px solid lighten($primary, 70%);
line-height: 1.0em;
}
td.title {
width: 33%;
}
}
}