Path: blob/master/webroot/rsrc/css/application/slowvote/slowvote.css
12242 views
/**1* @provides phabricator-slowvote-css2*/34.slowvote-description {5padding: 12px 16px 4px;6}78.slowvote-header-content {9padding: 8px;10}1112.slowvote-body-content {13padding: 8px 16px;14}1516.slowvote-option-label {17border: 1px solid {$sh-lightgreyborder};18display: block;19position: relative;20padding: 8px 4px;21cursor: pointer;22font-weight: bold;23overflow: hidden;24background-color: {$lightgreybackground};25}2627.device-desktop .slowvote-option-label:hover {28border-color: {$sh-blueborder};29}3031.slowvote-bar {32position: absolute;33top: 0;34left: 0;35bottom: 0;36overflow: hidden;37background-color: {$sh-bluebackground};38}3940.device-phone .slowvote-bar {41display: none;42}4344.slowvote-control-offset {45white-space: nowrap;46position: absolute;47left: 32px;48top: 8px;49width: 100%;50color: {$darkbluetext};51text-shadow: {$whitetextshadow};52}5354.device-phone .slowvote-control-offset {55white-space: normal;56position: static;57padding: 0 4px 8px;58}5960.slowvote-option-label-group {61margin: 0 0 12px;62}6364.slowvote-option-label input[type="radio"],65.slowvote-option-label input[type="checkbox"] {66margin: 0 12px 0 8px;67font-weight: bold;68}6970.slowvote-above-the-bar {71position: relative;72}7374.slowvote-status {75color: {$darkbluetext};76font-weight: normal;77padding: 2px 0;78line-height: 15px;79text-align: right;80font-size: {$smallerfontsize};81top: 0;82right: 8px;83position: absolute;84text-shadow: {$whitetextshadow};85}8687.slowvote-voters {88padding-top: 8px;89}9091.slowvote-voter {92display: inline-block;93width: 25px;94height: 25px;95background-size: 25px 25px;96border-radius: 3px;97margin: 0 4px;98box-shadow: {$borderinset};99}100101.slowvote-footer {102border-top-width: 1px;103border-top-style: solid;104border-top-color: {$thinblueborder};105position: relative;106}107108.slowvote-footer-content {109padding: 8px 16px;110overflow: hidden;111}112113.slowvote-footer-content .slowvote-hint {114line-height: 24px;115color: {$lightgreytext};116}117118.slowvote-footer-content button {119float: right;120}121122123