mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-09 11:21:13 +00:00
31 lines
599 B
Sass
31 lines
599 B
Sass
@import "_mixins"
|
|
|
|
div
|
|
&#gatherInfo
|
|
margin: 20px 0 0 0
|
|
table td
|
|
vertical-align: top
|
|
&.gatherLeftBox
|
|
@include box-sizing(border-box)
|
|
width: 230px
|
|
height: 320px
|
|
margin: 10px 10px 10px 0
|
|
|
|
&.gatherMiddleBox, &.gatherRightBox
|
|
@include box-sizing(border-box)
|
|
width: 225px
|
|
height: 320px
|
|
&.gatherMiddleBox
|
|
margin: 10px 10px 10px 0
|
|
&.gatherRightBox
|
|
margin: 10px 0 10px 0
|
|
&#gatherStatus
|
|
margin: 0 0 5px 0
|
|
|
|
table
|
|
&#gatherVotes
|
|
border-collapse: collapse
|
|
&.gatherVotes td
|
|
overflow: hidden
|
|
margin: 0px
|
|
padding: 1px 0px 0px 1px
|