2013-07-14 04:20:14 +00:00
|
|
|
@import "FontAwesome/font-awesome";
|
2013-06-26 00:34:33 +00:00
|
|
|
@import "Bootstrap/variables";
|
2013-08-08 07:41:06 +00:00
|
|
|
@import "variables";
|
2013-06-26 00:34:33 +00:00
|
|
|
|
|
|
|
/* Icon rotations and mirroring */
|
|
|
|
.icon-rotate-90() {
|
2013-06-28 23:06:16 +00:00
|
|
|
-webkit-transform : rotate(90deg);
|
|
|
|
-moz-transform : rotate(90deg);
|
|
|
|
-ms-transform : rotate(90deg);
|
|
|
|
-o-transform : rotate(90deg);
|
|
|
|
transform : rotate(90deg);
|
|
|
|
filter : progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
2013-06-26 00:34:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-rotate-180() {
|
2013-06-28 23:06:16 +00:00
|
|
|
-webkit-transform : rotate(180deg);
|
|
|
|
-moz-transform : rotate(180deg);
|
|
|
|
-ms-transform : rotate(180deg);
|
|
|
|
-o-transform : rotate(180deg);
|
|
|
|
transform : rotate(180deg);
|
|
|
|
filter : progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
2013-06-26 00:34:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-rotate-270() {
|
2013-06-28 23:06:16 +00:00
|
|
|
-webkit-transform : rotate(270deg);
|
|
|
|
-moz-transform : rotate(270deg);
|
|
|
|
-ms-transform : rotate(270deg);
|
|
|
|
-o-transform : rotate(270deg);
|
|
|
|
transform : rotate(270deg);
|
|
|
|
filter : progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
2013-06-26 00:34:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-flip-horizontal() {
|
2013-06-28 23:06:16 +00:00
|
|
|
-webkit-transform : scale(-1, 1);
|
|
|
|
-moz-transform : scale(-1, 1);
|
|
|
|
-ms-transform : scale(-1, 1);
|
|
|
|
-o-transform : scale(-1, 1);
|
|
|
|
transform : scale(-1, 1);
|
2013-06-26 00:34:33 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-flip-vertical() {
|
2013-06-28 23:06:16 +00:00
|
|
|
-webkit-transform : scale(1, -1);
|
|
|
|
-moz-transform : scale(1, -1);
|
|
|
|
-ms-transform : scale(1, -1);
|
|
|
|
-o-transform : scale(1, -1);
|
|
|
|
transform : scale(1, -1);
|
2013-06-26 00:34:33 +00:00
|
|
|
}
|
|
|
|
|
2013-09-16 00:41:35 +00:00
|
|
|
.icon-nd-warning:before {
|
|
|
|
.icon(@warning-sign);
|
|
|
|
color : #f89406;
|
|
|
|
}
|
|
|
|
|
2013-06-26 00:34:33 +00:00
|
|
|
.icon-nd-edit:before {
|
|
|
|
.icon(@wrench);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-delete:before {
|
|
|
|
.icon(@remove);
|
2013-06-28 23:06:16 +00:00
|
|
|
color : @errorText;
|
|
|
|
}
|
|
|
|
|
2013-07-19 05:23:04 +00:00
|
|
|
.icon-nd-spinner:before {
|
|
|
|
.icon(@spinner);
|
|
|
|
.icon-spin;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-rename:before {
|
2013-08-01 23:54:01 +00:00
|
|
|
.icon(@sitemap)
|
2013-07-19 05:23:04 +00:00
|
|
|
}
|
|
|
|
|
2013-06-28 23:06:16 +00:00
|
|
|
.icon-nd-add:before {
|
|
|
|
.icon(@plus);
|
|
|
|
}
|
2013-07-05 03:26:07 +00:00
|
|
|
|
2013-08-09 06:04:45 +00:00
|
|
|
.icon-nd-form-info:before {
|
2013-07-05 03:26:07 +00:00
|
|
|
.icon(@question-sign);
|
|
|
|
}
|
|
|
|
|
2013-08-09 06:04:45 +00:00
|
|
|
.icon-nd-form-warning:before {
|
2013-07-05 03:26:07 +00:00
|
|
|
.icon(@warning-sign);
|
2013-08-07 07:46:37 +00:00
|
|
|
color: #f89406;
|
2013-07-05 03:26:07 +00:00
|
|
|
}
|
|
|
|
|
2013-08-09 06:04:45 +00:00
|
|
|
.icon-nd-form-danger:before {
|
2013-07-05 03:26:07 +00:00
|
|
|
.icon(@exclamation-sign);
|
2013-08-07 07:46:37 +00:00
|
|
|
color: #b94a48;
|
2013-07-14 04:20:14 +00:00
|
|
|
}
|
2013-08-07 07:46:37 +00:00
|
|
|
|
|
|
|
.icon-nd-donate:before {
|
|
|
|
.icon(@heart);
|
2013-08-08 07:41:06 +00:00
|
|
|
color: @nzbdroneRed;
|
2013-08-09 06:04:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-update:before {
|
|
|
|
.icon(@download-alt);
|
2013-08-10 19:11:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-downloading:before {
|
2013-08-14 05:25:53 +00:00
|
|
|
.icon(@cloud-download);
|
2013-08-10 19:11:58 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-tba:before {
|
|
|
|
.icon(@question-sign);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-missing:before {
|
|
|
|
.icon(@warning-sign);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-not-aired:before {
|
|
|
|
.icon(@time);
|
2013-08-14 05:25:53 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-imported:before {
|
|
|
|
.icon(@download-alt);
|
2013-09-05 06:33:06 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-status:before {
|
|
|
|
.icon(@circle);
|
2013-09-10 05:22:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-monitored:before {
|
|
|
|
.icon(@bookmark);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-nd-unmonitored:before {
|
|
|
|
.icon(@bookmark-empty);
|
2013-08-07 07:46:37 +00:00
|
|
|
}
|