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.
80 lines
1.3 KiB
80 lines
1.3 KiB
@import "../Content/Bootstrap/variables";
|
|
@import "../Shared/Styles/clickable.less";
|
|
@import "Indexers/indexers";
|
|
@import "Quality/quality";
|
|
@import "Notifications/notifications";
|
|
|
|
li.save-and-add {
|
|
.clickable;
|
|
|
|
display: block;
|
|
padding: 3px 20px;
|
|
clear: both;
|
|
font-weight: normal;
|
|
line-height: 20px;
|
|
color: rgb(51, 51, 51);
|
|
white-space: nowrap;
|
|
}
|
|
|
|
li.save-and-add:hover {
|
|
text-decoration: none;
|
|
color: rgb(255, 255, 255);
|
|
background-color: rgb(0, 129, 194);
|
|
}
|
|
|
|
.add-card {
|
|
.clickable;
|
|
color: #adadad;
|
|
font-size: 50px;
|
|
text-align: center;
|
|
background-color: #f5f5f5;
|
|
|
|
.center {
|
|
display: inline-block;
|
|
padding: 5px 20px 0px;
|
|
background-color: white;
|
|
}
|
|
|
|
i {
|
|
.clickable;
|
|
}
|
|
}
|
|
|
|
.naming-example {
|
|
display: inline-block;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.advanced-settings-toggle {
|
|
margin-right: 40px;
|
|
|
|
.checkbox {
|
|
width : 100px;
|
|
margin-left : 0px;
|
|
display : inline-block;
|
|
padding-top : 0px;
|
|
margin-bottom : 0px;
|
|
margin-top : -1px;
|
|
}
|
|
|
|
.help-inline-checkbox {
|
|
display : inline-block;
|
|
margin-top : -23px;
|
|
margin-bottom : 0;
|
|
vertical-align : middle;
|
|
}
|
|
}
|
|
|
|
.advanced-setting {
|
|
display: none;
|
|
|
|
.control-label {
|
|
color: @warningText;
|
|
}
|
|
}
|
|
|
|
.show-advanced-settings {
|
|
.advanced-setting {
|
|
display: block;
|
|
}
|
|
} |