2020-10-20 16:27:03 +02:00
|
|
|
:root {
|
|
|
|
--primary-color: #222080;
|
|
|
|
--secondary-color: #4686E5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aai-form-danger, .aai-form-danger:focus {
|
|
|
|
color: #f0506e;
|
|
|
|
border-color: #f0506e
|
2017-10-02 16:26:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
h6, .aai-h6 {
|
2020-10-20 16:27:03 +02:00
|
|
|
text-transform: initial !important;
|
|
|
|
font-variant: small-caps;
|
2017-10-02 16:26:59 +02:00
|
|
|
}
|
2018-05-21 17:48:31 +02:00
|
|
|
|
|
|
|
.custom-footer {
|
|
|
|
position: relative;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#tm-main {
|
|
|
|
min-height: 80vh;
|
2020-10-07 16:33:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.uk-navbar-nav > li > a::before {
|
|
|
|
background-color: transparent !important;
|
|
|
|
}
|
2020-10-20 16:27:03 +02:00
|
|
|
|
|
|
|
.login svg {
|
|
|
|
fill: var(--primary-color);
|
2020-10-07 16:33:49 +02:00
|
|
|
}
|
2020-10-20 16:27:03 +02:00
|
|
|
|
|
|
|
.login:hover circle {
|
|
|
|
fill: var(--secondary-color);
|
|
|
|
}
|
|
|
|
|
2020-10-07 16:33:49 +02:00
|
|
|
.login text {
|
|
|
|
stroke: #fff;
|
|
|
|
fill: #fff;
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2020-10-20 16:27:03 +02:00
|
|
|
|
|
|
|
a:hover, .uk-link:hover {
|
2020-10-07 16:33:49 +02:00
|
|
|
color: #222080;
|
2020-10-21 12:23:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.uk-form-label {
|
|
|
|
font-size: 16px;
|
|
|
|
width: auto !important;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
float: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.clickable {
|
|
|
|
cursor: pointer;
|
2020-10-22 16:33:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.space {
|
|
|
|
margin-right: 4px;
|
2018-05-21 17:48:31 +02:00
|
|
|
}
|