Bourbon's box-shadow mixin has been deprecated, and they recommend to use the official spec.
66 lines
1.2 KiB
SCSS
66 lines
1.2 KiB
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);
|
|
}
|
|
|
|
#answer-tabs {
|
|
background: #FFFFFF;
|
|
border: none;
|
|
margin-bottom: 20px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
#answer-tabs .ui-widget-header {
|
|
border-bottom: 1px solid #DCDCDC;
|
|
background: #FDF8EB;
|
|
}
|
|
|
|
#answer-tabs .ui-tabs-nav .ui-state-default {
|
|
border: 1px solid #DCDCDC;
|
|
background: #E6E6E3;
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
#answer-tabs .ui-tabs-nav .ui-state-default:hover {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
#answer-tabs .ui-tabs-nav .ui-state-active:hover {
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
#answer-tabs .ui-tabs-nav .ui-state-active {
|
|
border: 1px solid #DCDCDC;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
#answer-tabs .ui-tabs-nav .ui-state-active a {
|
|
color: #222222;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
#answer-tabs .ui-tabs-nav .ui-state-default a:hover {
|
|
color: #222222;
|
|
background: #FFFFFF;
|
|
}
|
|
|
|
#answer-tabs .custom-hint {
|
|
height: 100px;
|
|
width: 100%;
|
|
}
|
|
|
|
.hint-inner-container {
|
|
padding-left: 15px;
|
|
padding-right: 15px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.vote {
|
|
padding-top: 0px !important;
|
|
padding-bottom: 0px !important;
|
|
}
|