mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 18:17:29 -05:00
35 lines
420 B
SCSS
35 lines
420 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;
|
||
|
|
||
|
table {
|
||
|
margin-top: 20px;
|
||
|
width: 100%;
|
||
|
|
||
|
td, th {
|
||
|
padding: 10px 5px 5px 5px;
|
||
|
border-bottom: 1px solid lighten($primary, 70%);
|
||
|
}
|
||
|
|
||
|
td.title {
|
||
|
width: 30%;
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|