2016-03-15 17:05:11 +01:00
|
|
|
@import "global";
|
|
|
|
|
2017-05-02 00:31:13 +02:00
|
|
|
html
|
|
|
|
{
|
|
|
|
height: 100%;
|
2017-08-18 07:37:35 +02:00
|
|
|
font-size: var(--font-size);
|
2017-05-02 00:31:13 +02:00
|
|
|
}
|
|
|
|
body
|
|
|
|
{
|
2017-08-20 07:58:03 +02:00
|
|
|
color: var(--text-color);
|
2017-05-02 00:31:13 +02:00
|
|
|
font-family: 'Source Sans Pro', sans-serif;
|
2017-08-18 07:37:35 +02:00
|
|
|
line-height: var(--font-line-height);
|
2017-05-02 00:31:13 +02:00
|
|
|
}
|
2017-01-21 22:31:41 +01:00
|
|
|
|
2017-08-19 06:33:01 +02:00
|
|
|
/* Custom text selection */
|
|
|
|
*::selection {
|
|
|
|
background: var(--text-selection-bg);
|
|
|
|
color: var(--text-selection-color);
|
|
|
|
}
|
|
|
|
|
2017-05-02 00:31:13 +02:00
|
|
|
#window
|
|
|
|
{
|
|
|
|
min-height: 100vh;
|
2017-08-18 07:37:35 +02:00
|
|
|
background: var(--window-bg);
|
2017-05-02 00:31:13 +02:00
|
|
|
}
|
2016-11-02 17:09:33 +01:00
|
|
|
|
2017-05-02 00:31:13 +02:00
|
|
|
.badge
|
|
|
|
{
|
2017-08-18 07:37:35 +02:00
|
|
|
background: var(--color-money);
|
2017-05-02 00:31:13 +02:00
|
|
|
display: inline-block;
|
|
|
|
padding: 2px;
|
|
|
|
color: white;
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
.credit-amount--indicator
|
|
|
|
{
|
|
|
|
font-weight: bold;
|
2017-08-18 07:37:35 +02:00
|
|
|
color: var(--color-money);
|
2017-05-02 00:31:13 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#main-content
|
|
|
|
{
|
|
|
|
padding: $spacing-vertical;
|
2017-08-18 07:37:35 +02:00
|
|
|
margin-top: var(--header-height);
|
2017-05-02 00:31:13 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
main {
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
max-width: 100%;
|
2016-11-02 17:09:33 +01:00
|
|
|
}
|
2017-05-02 00:31:13 +02:00
|
|
|
main.main--single-column
|
2016-11-02 17:09:33 +01:00
|
|
|
{
|
2017-05-02 00:31:13 +02:00
|
|
|
width: $width-page-constrained;
|
2016-11-02 17:09:33 +01:00
|
|
|
}
|
|
|
|
}
|
2017-07-15 21:15:17 +02:00
|
|
|
main.main--refreshing {
|
|
|
|
&:before {
|
|
|
|
$width: 30px;
|
|
|
|
position: absolute;
|
|
|
|
background: url('../img/busy.gif') no-repeat center center;
|
|
|
|
width: $width;
|
|
|
|
height: $spacing-vertical;
|
|
|
|
content: "";
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -1 / 2 * $width;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
2016-11-02 17:09:33 +01:00
|
|
|
|
2016-05-27 13:04:37 +02:00
|
|
|
.icon-fixed-width {
|
|
|
|
/* This borrowed is from a component of Font Awesome we're not using, maybe add it? */
|
|
|
|
width: (18em / 14);
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2016-08-07 22:10:44 +02:00
|
|
|
h2 {
|
|
|
|
font-size: 1.75em;
|
2016-08-03 10:07:36 +02:00
|
|
|
}
|
|
|
|
|
2016-03-15 17:05:11 +01:00
|
|
|
h3 { font-size: 1.4em; }
|
2016-08-03 10:07:36 +02:00
|
|
|
|
2016-08-07 22:10:44 +02:00
|
|
|
h4 {
|
|
|
|
font-size: 1.2em;
|
2016-08-03 10:07:36 +02:00
|
|
|
}
|
|
|
|
|
2016-03-15 17:05:11 +01:00
|
|
|
h5 { font-size: 1.1em; }
|
|
|
|
sup, sub {
|
|
|
|
vertical-align: baseline;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
sup { top: -0.4em; }
|
|
|
|
sub { top: 0.4em; }
|
2016-08-03 10:07:36 +02:00
|
|
|
|
2016-10-22 10:31:48 +02:00
|
|
|
code {
|
|
|
|
font: 0.8em Consolas, 'Lucida Console', 'Source Sans', monospace;
|
2017-08-22 04:23:38 +02:00
|
|
|
background-color: var(--color-bg-alt);
|
2016-10-22 10:31:48 +02:00
|
|
|
}
|
|
|
|
|
2016-04-24 10:59:55 +02:00
|
|
|
p
|
|
|
|
{
|
|
|
|
margin-bottom: 0.8em;
|
2016-08-08 00:45:26 +02:00
|
|
|
&:last-child
|
|
|
|
{
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2016-04-24 10:59:55 +02:00
|
|
|
}
|
|
|
|
|
2016-04-03 14:45:33 +02:00
|
|
|
.hidden {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-04-21 12:55:41 +02:00
|
|
|
.disabled {
|
|
|
|
pointer-events: none;
|
2017-08-17 06:53:37 +02:00
|
|
|
opacity: 0.5;
|
2016-04-21 12:55:41 +02:00
|
|
|
}
|
|
|
|
|
2017-02-10 01:06:09 +01:00
|
|
|
.truncated-text {
|
2017-05-01 02:15:21 +02:00
|
|
|
//display: inline-block;
|
|
|
|
display: -webkit-box;
|
|
|
|
overflow: hidden;
|
|
|
|
-webkit-box-orient: vertical;
|
2017-02-10 01:06:09 +01:00
|
|
|
}
|
|
|
|
|
2016-03-15 17:05:11 +01:00
|
|
|
.busy-indicator
|
|
|
|
{
|
|
|
|
background: url('../img/busy.gif') no-repeat center center;
|
|
|
|
display: inline-block;
|
|
|
|
margin: -1em 0;
|
|
|
|
min-width: 16px;
|
|
|
|
min-height: 8px;
|
|
|
|
vertical-align: middle;
|
|
|
|
padding: 0 30px;
|
|
|
|
&:last-child
|
|
|
|
{
|
|
|
|
padding-right: 2px;
|
|
|
|
}
|
|
|
|
&:first-child
|
|
|
|
{
|
|
|
|
padding-left: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-07-30 00:56:08 +02:00
|
|
|
/*should this be here or work this way? had to hack additional rule below*/
|
2016-05-16 11:54:58 +02:00
|
|
|
.icon:only-child {
|
2016-04-25 12:57:47 +02:00
|
|
|
position: relative;
|
|
|
|
top: 0.16em;
|
|
|
|
}
|
2017-07-30 00:56:08 +02:00
|
|
|
.icon-featured > .icon {
|
|
|
|
top: 0;
|
|
|
|
}
|
2016-04-25 12:57:47 +02:00
|
|
|
|
2016-08-03 10:07:36 +02:00
|
|
|
.help {
|
|
|
|
font-size: .85em;
|
2017-08-18 07:37:35 +02:00
|
|
|
color: var(--color-help);
|
2016-03-25 08:31:20 +01:00
|
|
|
}
|
2016-08-03 10:07:36 +02:00
|
|
|
|
2016-08-08 06:47:48 +02:00
|
|
|
.meta
|
|
|
|
{
|
|
|
|
font-size: 0.9em;
|
2017-08-18 07:37:35 +02:00
|
|
|
color: var(--color-meta-light);
|
2016-08-08 06:47:48 +02:00
|
|
|
}
|
|
|
|
|
2016-08-27 16:12:56 +02:00
|
|
|
.empty
|
|
|
|
{
|
2017-08-18 07:37:35 +02:00
|
|
|
color:var(--color-meta-light);
|
2016-08-27 16:12:56 +02:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2017-05-15 18:34:33 +02:00
|
|
|
/*should be redone/moved*/
|
|
|
|
.file-list__header {
|
|
|
|
.busy-indicator {
|
|
|
|
float: left;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-11-18 11:56:55 +01:00
|
|
|
.sort-section {
|
|
|
|
display: block;
|
2017-04-27 15:17:18 +02:00
|
|
|
margin-bottom: $spacing-vertical * 2/3;
|
2016-11-18 11:56:55 +01:00
|
|
|
|
|
|
|
|
|
|
|
text-align: right;
|
2017-04-27 15:17:18 +02:00
|
|
|
line-height: 1;
|
2016-11-18 11:56:55 +01:00
|
|
|
font-size: 0.85em;
|
2017-08-18 07:37:35 +02:00
|
|
|
color: var(--color-help);
|
2016-11-18 11:56:55 +01:00
|
|
|
}
|
2017-04-20 16:45:39 +02:00
|
|
|
|
|
|
|
section.section-spaced {
|
|
|
|
margin-bottom: $spacing-vertical;
|
|
|
|
}
|
2017-06-08 23:15:34 +02:00
|
|
|
|
|
|
|
.text-center
|
|
|
|
{
|
|
|
|
text-align: center;
|
|
|
|
}
|