mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 21:16:08 +08:00
43 lines
491 B
SCSS
43 lines
491 B
SCSS
section.about {
|
|
margin-top: 20px;
|
|
|
|
h3 {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.user-small {
|
|
padding: 5px;
|
|
width: 200px;
|
|
float: left;
|
|
|
|
img {
|
|
padding-right: 4px;
|
|
}
|
|
}
|
|
|
|
padding-bottom: 10px;
|
|
|
|
p {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
table {
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
|
|
th {
|
|
text-align: left;
|
|
}
|
|
|
|
td, th {
|
|
padding: 10px 5px 5px 5px;
|
|
border-bottom: 1px solid lighten($primary, 70%);
|
|
}
|
|
|
|
td.title {
|
|
width: 30%;
|
|
}
|
|
|
|
}
|
|
}
|