mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:47:31 +08:00
33 lines
377 B
SCSS
33 lines
377 B
SCSS
section.about {
|
|
|
|
h3 {
|
|
margin-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
|
|
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%;
|
|
}
|
|
|
|
}
|
|
}
|