| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .main-container {
- .user-page-header {
- h1 {
- font-size: 2.5em;
- color: #666;
- }
- .picture {
- height: 64px;
- width: 64px;
- }
- .user-page-meta {
- color: #999;
- ul {
- padding-left: 0;
- li {
- list-style: none;
- }
- }
- .user-page-username {
- font-weight: bold;
- }
- .user-page-email {
- }
- .user-page-introduction {
- }
- }
- }
- }
- .user-component {
- img.picture {
- margin-right: 4px;
- }
- span {
- margin-right: 4px;
- }
- }
|