| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .review-buttons {
- text-align: center;
- button {
- margin: 0 20px;
- }
- }
- .user-icon {
- width: 40px;
- height: 40px;
- border: 1px solid #666;
- line-height: 50px;
- text-align: center;
- margin-right: 10px;
- color: inherit;
- }
- .info-bg {
- background: #a9daf2;
- }
- .secondary-bg {
- background: #ddd;
- }
- .list-unstyled {
- li {
- margin: 0;
- }
- }
- .log {
- padding: 10px;
- margin-bottom: 10px;
- p {
- margin-bottom: 5px;
- }
- }
|