mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 23:48:45 +08:00
42 lines
495 B
SCSS
42 lines
495 B
SCSS
section.about {
|
|
|
|
h3 {
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.user-small {
|
|
padding: 5px;
|
|
width: 200px;
|
|
float: left;
|
|
|
|
img {
|
|
padding-right: 4px;
|
|
}
|
|
}
|
|
|
|
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%;
|
|
}
|
|
|
|
}
|
|
}
|