Radarr/UI/Content/base.less

96 lines
1.6 KiB
Plaintext
Raw Normal View History

@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/type";
2013-06-26 00:33:17 +00:00
@import "font";
@import "form";
@import "theme";
@import "menu";
@import "backgrid/backgrid";
2013-06-25 05:47:56 +00:00
@import "../shared/styles/clickable";
2013-06-26 23:45:05 +00:00
@import "prefixer";
2013-06-26 00:34:33 +00:00
@import "icons";
@import "spinner";
.progress {
2013-06-25 05:47:56 +00:00
width : 125px;
position : relative;
margin-bottom : 2px;
2013-04-21 06:25:24 +00:00
.progressbar-back-text {
2013-06-25 05:47:56 +00:00
position : absolute;
width : 100%;
height : 100%;
font-size : 12px;
text-align : center;
2013-04-21 06:25:24 +00:00
}
2013-06-25 05:47:56 +00:00
2013-04-21 06:25:24 +00:00
.progressbar-front-text {
2013-06-25 05:47:56 +00:00
display : block;
width : 125px;
font-size : 12px;
text-align : center;
2013-04-21 06:25:24 +00:00
}
.bar {
2013-06-25 05:47:56 +00:00
position : absolute;
overflow : hidden;
2013-04-21 06:25:24 +00:00
}
}
.backdrop .page {
2013-06-25 05:47:56 +00:00
background-color : transparent;
box-shadow : none;
}
2013-04-21 06:25:24 +00:00
.line &>[class^="icon-"], .line &>[class*=" icon-"] {
2013-06-25 05:47:56 +00:00
margin-top : 1em;
height : 1em;
line-height : 1em;
2013-04-21 06:25:24 +00:00
}
2013-04-21 06:25:24 +00:00
#localSeriesLookup {
2013-06-25 05:47:56 +00:00
width : 220px;
border : 0px;
background : rgb(75, 75, 75);
color : rgb(169, 169, 169);
padding : 4px;
font-size : 13px;
2013-04-21 06:25:24 +00:00
}
.nz-loading {
.text-center;
2013-06-25 05:47:56 +00:00
font-size : 40px;
font-weight : 300;
padding : 30px;
}
.page-toolbar {
2013-06-25 05:47:56 +00:00
margin-top : 10px;
margin-bottom : 30px;
}
2013-05-15 02:07:14 +00:00
.page-container {
2013-06-25 05:47:56 +00:00
min-height : 600px;
2013-05-15 02:07:14 +00:00
}
2013-06-25 05:47:56 +00:00
#scroll-up {
2013-06-26 00:33:17 +00:00
.clickable;
2013-06-25 05:47:56 +00:00
&:hover {
text-decoration : none;
2013-06-26 05:42:44 +00:00
.opacity (0.4);
2013-06-25 05:47:56 +00:00
}
2013-06-26 05:42:44 +00:00
.opacity (0.2);
2013-06-25 05:47:56 +00:00
position : fixed;
bottom : 50px;
right : 50px;
display : none;
font-size : 56px;
color : white;
}
2013-06-28 08:20:15 +00:00
.label-large {
padding : 4px 6px;
font-size : 16px;
}