You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
.active-scaffold-header div.actions {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.active-scaffold {
|
|
|
|
input[type="submit"], input[type="reset"], button {
|
|
|
|
@extend .btn;
|
|
|
|
@extend .btn-primary;
|
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
form.as_form.search {
|
|
|
|
input, select, textarea {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
a.as_cancel {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
.active-scaffold ol {
|
|
|
|
display: table;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.active-scaffold div.popover-content {
|
|
|
|
padding: 9px 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-social:hover {
|
|
|
|
&:hover, &:focus {
|
|
|
|
color: $btn-primary-color;
|
|
|
|
}
|
|
|
|
}
|