jam-cloud/web/app/assets/stylesheets/client/wizard/wizard.scss

57 lines
882 B
SCSS

@import "client/common.scss";
@charset "UTF-8";
.dialog {
.wizard-buttons {
position: absolute;
bottom: 0;
width:100%;
@include border_box_sizing;
padding-right:45px;
padding-bottom:15px;
}
.wizard-buttons-holder {
position:absolute;
width:100%;
}
.left-buttons {
position:absolute;
left:-6px;
bottom:0;
}
.right-buttons {
position:absolute;
right:56px;
bottom:0;
}
.wizard-step {
display:none;
position:relative;
}
.wizard-step-content {
margin-top:20px;
padding-bottom:12px;
.wizard-step-column{
position:relative;
float:left;
vertical-align:top;
@include border_box_sizing;
padding-right:12px;
height:300px;
}
.wizard-step-column:last-child {
//padding-right:0;
}
p:nth-of-type(1) {
margin-top:0;
}
}
}