discourse/app/assets/stylesheets/common/base/about.scss

33 lines
390 B
SCSS
Raw Normal View History

2014-08-12 04:59:00 +08:00
section.about {
h3 {
margin-bottom: 10px;
2014-10-21 16:09:54 +08:00
margin-top: 10px;
2014-08-12 04:59:00 +08:00
}
2014-08-12 06:15:35 +08:00
p {
margin: 10px 0;
}
2014-08-12 04:59:00 +08:00
table {
margin-top: 20px;
2014-10-07 15:18:54 +08:00
width: 90%;
2014-08-12 04:59:00 +08:00
2014-08-12 05:03:12 +08:00
th {
text-align: left;
}
2014-08-12 04:59:00 +08:00
td, th {
padding: 10px 5px 5px 5px;
border-bottom: 1px solid lighten($primary, 70%);
2018-01-13 06:27:38 +08:00
line-height: $line-height-small;
2014-08-12 04:59:00 +08:00
}
td.title {
2014-10-07 15:18:54 +08:00
width: 33%;
2014-08-12 04:59:00 +08:00
}
}
}