2016-03-15 17:05:11 +01:00
|
|
|
@import "global";
|
|
|
|
|
2017-01-13 03:03:34 +01:00
|
|
|
@mixin text-link($color: $color-primary, $hover-opacity: 0.70) {
|
2017-01-21 22:31:41 +01:00
|
|
|
|
2016-11-02 17:09:33 +01:00
|
|
|
.icon
|
|
|
|
{
|
|
|
|
&:first-child {
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
&:last-child:not(:only-child) {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&:not(.no-underline) {
|
|
|
|
text-decoration: underline;
|
|
|
|
.icon {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:hover
|
|
|
|
{
|
|
|
|
opacity: $hover-opacity;
|
2017-04-09 17:06:23 +02:00
|
|
|
transition: opacity $transition-standard;
|
2016-11-02 17:09:33 +01:00
|
|
|
text-decoration: underline;
|
|
|
|
.icon {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2017-01-02 05:29:11 +01:00
|
|
|
|
2017-01-13 03:03:34 +01:00
|
|
|
color: $color;
|
2017-01-21 22:31:41 +01:00
|
|
|
cursor: pointer;
|
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;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
|
2017-02-10 01:06:09 +01:00
|
|
|
.truncated-text {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-05-16 11:54:58 +02:00
|
|
|
.icon:only-child {
|
2016-04-25 12:57:47 +02:00
|
|
|
position: relative;
|
|
|
|
top: 0.16em;
|
|
|
|
}
|
|
|
|
|
2016-08-03 10:07:36 +02:00
|
|
|
.help {
|
|
|
|
font-size: .85em;
|
2016-04-10 02:00:56 +02:00
|
|
|
color: $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;
|
|
|
|
color: $color-meta-light;
|
|
|
|
}
|
|
|
|
|
2016-08-27 16:12:56 +02:00
|
|
|
.empty
|
|
|
|
{
|
|
|
|
color: $color-meta-light;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
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;
|
|
|
|
color: $color-help;
|
|
|
|
}
|
2017-04-20 16:45:39 +02:00
|
|
|
|
|
|
|
section.section-spaced {
|
|
|
|
margin-bottom: $spacing-vertical;
|
|
|
|
}
|