Radarr/UI/Content/base.less

123 lines
1.8 KiB
Plaintext
Raw Normal View History

@import "bootstrap/variables";
@import "bootstrap/mixins";
@import "bootstrap/type";
2013-06-25 05:47:56 +00:00
@import "../shared/styles/clickable";
.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
html {
2013-06-25 05:47:56 +00:00
overflow : -moz-scrollbars-vertical;
overflow-y : scroll;
2013-04-21 06:25:24 +00:00
}
2013-04-21 06:25:24 +00:00
.input-append {
.add-on {
2013-06-25 05:47:56 +00:00
margin-left : 0;
2013-04-21 06:25:24 +00:00
}
}
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
}
2013-04-21 06:25:24 +00:00
#notification-region {
pre {
2013-06-25 05:47:56 +00:00
font-size : 12px;
2013-04-21 06:25:24 +00:00
}
.alert {
2013-06-25 05:47:56 +00:00
margin : 10px;
2013-04-21 06:25:24 +00:00
}
i {
2013-06-25 05:47:56 +00:00
padding-right : 10px;
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;
}
2013-04-21 06:25:24 +00:00
.nz-spinner {
.text-center;
2013-06-25 05:47:56 +00:00
font-size : 56px;
padding : 30px;
2013-04-21 06:25:24 +00:00
}
.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
}
button::-moz-focus-inner, a::-moz-focus-inner {
2013-06-25 05:47:56 +00:00
border : 0;
}
a:focus {
2013-06-25 05:47:56 +00:00
outline : none;
}
.label, .badge {
2013-06-25 05:47:56 +00:00
cursor : default;
}
#scroll-up {
&:hover {
text-decoration : none;
opacity : 0.4;
}
.clickable;
opacity : 0.2;
position : fixed;
bottom : 50px;
right : 50px;
display : none;
font-size : 56px;
color : white;
}