Changeset View
Changeset View
Standalone View
Standalone View
webroot/rsrc/css/application/ponder/ponder-view.css
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | |||||
| .ponder-answer-view .phui-header-image { | .ponder-answer-view .phui-header-image { | ||||
| height: 35px; | height: 35px; | ||||
| width: 35px; | width: 35px; | ||||
| border-radius: 3px; | border-radius: 3px; | ||||
| } | } | ||||
| .ponder-footer-view { | .ponder-footer-view { | ||||
| margin: 0 4px -4px; | margin: 0 0 -4px; | ||||
| text-align: right; | text-align: left; | ||||
| } | } | ||||
| .ponder-footer-view .ponder-footer-action { | .ponder-footer-view .ponder-footer-action { | ||||
| padding: 4px 8px; | padding: 4px 8px; | ||||
| margin-left: 8px; | margin-right: 8px; | ||||
| color: {$bluetext}; | color: {$anchor}; | ||||
| display: inline-block; | display: inline-block; | ||||
| background-color: rgba(71, 87, 120, 0.06); | background-color: rgba(71, 87, 120, 0.06); | ||||
| font-size: {$smallerfontsize}; | |||||
| } | } | ||||
| .ponder-footer-view .ponder-footer-action.ponder-footer-action-helpful { | .ponder-footer-view .ponder-footer-action.ponder-footer-action-helpful { | ||||
| background-color: {$lightyellow}; | background-color: {$lightyellow}; | ||||
| color: {$bluetext}; | |||||
| } | } | ||||
| .ponder-footer-view .ponder-footer-action .phui-icon-view { | .ponder-footer-view .ponder-footer-action.ponder-footer-action-helpful | ||||
| .phui-icon-view { | |||||
| color: {$bluetext}; | color: {$bluetext}; | ||||
| font-size: {$smallerfontsize}; | } | ||||
| .ponder-footer-view .ponder-footer-action .phui-icon-view { | |||||
| color: {$anchor}; | |||||
| } | } | ||||
| .ponder-footer-view a:hover { | .ponder-footer-view a:hover { | ||||
| text-decoration: none; | text-decoration: none; | ||||
| color: {$darkbluetext}; | |||||
| background-color: rgba(71, 87, 120, 0.10); | background-color: rgba(71, 87, 120, 0.10); | ||||
| } | } | ||||