41 lines
702 B
SCSS
41 lines
702 B
SCSS
.crowdsource-wrapper {
|
|
box-shadow: inset 0 1px 2px 1px rgba(0,0,0,0.1);
|
|
border-radius: 2px;
|
|
display: none;
|
|
margin-top: 20px;
|
|
padding: (15px);
|
|
background: rgb(253, 248, 235);
|
|
}
|
|
|
|
.hint-inner-container {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.vote {
|
|
padding-top: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
}
|
|
|
|
.wizard-view {
|
|
float: left;
|
|
width: 790px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.wizard-container {
|
|
width: 3000px;
|
|
|
|
-webkit-transition:all 1.0s ease-in-out;
|
|
-moz-transition:all 1.0s ease-in-out;
|
|
-o-transition:all 1.0s ease-in-out;
|
|
transition:all 1.0s ease-in-out;
|
|
}
|
|
|
|
.wizard-viewbox {
|
|
width: 800px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
}
|