2020-07-25 18:24:12 +02:00
|
|
|
@import "layout";
|
|
|
|
|
2020-11-03 19:48:08 +01:00
|
|
|
a {
|
|
|
|
&:hover {
|
|
|
|
color: lighten($secondary, 30%);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-07-25 18:24:12 +02:00
|
|
|
td.actions {
|
2020-07-30 10:54:50 +02:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
2020-07-25 18:24:12 +02:00
|
|
|
form {
|
|
|
|
padding: 0;
|
2020-07-30 10:54:50 +02:00
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
button, .button {
|
|
|
|
margin: 0;
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
.feather {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2020-07-25 18:24:12 +02:00
|
|
|
}
|
2020-11-10 15:27:14 +01:00
|
|
|
|
|
|
|
> *:not(:first-child) {
|
|
|
|
margin-left: 8px;
|
|
|
|
}
|
2020-07-25 18:24:12 +02:00
|
|
|
}
|
2020-11-03 19:48:08 +01:00
|
|
|
|
|
|
|
body > header {
|
|
|
|
background: transparent;
|
|
|
|
line-height: 16px;
|
|
|
|
|
|
|
|
@include container;
|
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
@media (max-width: $mobileThreshold) {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
max-width: 148px;
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 18px;
|
|
|
|
|
|
|
|
> img {
|
|
|
|
margin: 0 8px 0 0;
|
|
|
|
width: initial;
|
|
|
|
height: 48px;
|
|
|
|
flex-shrink: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
nav {
|
|
|
|
ul {
|
|
|
|
li {
|
|
|
|
margin-left: 8px;
|
|
|
|
|
|
|
|
a, button {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
|
|
height: auto;
|
|
|
|
padding: 8px;
|
|
|
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
|
|
|
.feather {
|
|
|
|
--icon-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip {
|
|
|
|
position: static;
|
|
|
|
display: block;
|
|
|
|
visibility: visible;
|
|
|
|
height: auto;
|
|
|
|
padding: 0 0 0 4px;
|
|
|
|
transform: none;
|
|
|
|
color: inherit;
|
|
|
|
|
|
|
|
opacity: 1;
|
|
|
|
background: transparent;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 16px;
|
|
|
|
}
|
|
|
|
}
|
2020-11-04 10:55:47 +01:00
|
|
|
|
|
|
|
button {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2020-11-03 19:48:08 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
body > footer {
|
|
|
|
background: transparent;
|
|
|
|
}
|