This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/common/base/about.scss
2015-03-19 14:53:52 -04:00

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%;
}
}
}