2018-02-08 05:30:55 +01:00
|
|
|
@import 'wizard_variables';
|
|
|
|
|
2018-05-09 07:06:43 +02:00
|
|
|
.no-access-gutter {
|
|
|
|
margin-top: 10px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
.custom-wizard {
|
|
|
|
background-color: initial;
|
2018-03-05 02:52:15 +01:00
|
|
|
font-size: 1.1em;
|
2017-10-13 15:02:34 +02:00
|
|
|
|
2017-11-22 10:34:21 +01:00
|
|
|
.wizard-step-contents {
|
|
|
|
position: relative;
|
2018-02-10 08:04:31 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2017-11-29 10:48:49 +01:00
|
|
|
width: 100%;
|
2018-03-05 02:52:15 +01:00
|
|
|
min-height: initial;
|
2019-04-12 11:42:59 +02:00
|
|
|
height: initial;
|
2017-11-22 10:34:21 +01:00
|
|
|
}
|
|
|
|
|
2018-03-14 06:03:23 +01:00
|
|
|
img.emoji {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2018-02-10 08:04:31 +01:00
|
|
|
.wizard-step-title {
|
|
|
|
flex: 0;
|
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
.wizard-step-description {
|
2018-02-10 08:04:31 +01:00
|
|
|
flex: 0;
|
2019-04-26 03:25:36 +02:00
|
|
|
margin-bottom: 0;
|
2017-10-17 09:18:53 +02:00
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
p {
|
|
|
|
line-height: 1.7;
|
2018-03-14 06:03:23 +01:00
|
|
|
|
|
|
|
img {
|
|
|
|
@extend img.emoji;
|
|
|
|
}
|
2018-03-05 02:52:15 +01:00
|
|
|
}
|
|
|
|
|
2017-10-17 09:18:53 +02:00
|
|
|
i {
|
|
|
|
margin-right: 7px;
|
|
|
|
}
|
2017-11-06 10:06:53 +01:00
|
|
|
|
2018-04-15 04:49:12 +02:00
|
|
|
ul li {
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
2017-11-15 08:36:44 +01:00
|
|
|
.image-container {
|
2017-11-29 10:48:49 +01:00
|
|
|
padding: 0 20px;
|
2017-12-05 02:42:34 +01:00
|
|
|
margin: 50px 0;
|
2017-11-22 10:34:21 +01:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
2018-01-19 12:50:34 +01:00
|
|
|
a {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
max-width: 140px;
|
2018-01-26 04:02:05 +01:00
|
|
|
color: #333;
|
2018-01-19 12:50:34 +01:00
|
|
|
}
|
|
|
|
|
2017-11-22 10:34:21 +01:00
|
|
|
&.group {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2018-01-26 03:47:10 +01:00
|
|
|
width: 130px;
|
|
|
|
height: 130px;
|
2017-11-22 10:34:21 +01:00
|
|
|
}
|
2017-11-15 08:36:44 +01:00
|
|
|
}
|
|
|
|
|
2017-11-06 10:06:53 +01:00
|
|
|
img.large {
|
2017-12-11 03:05:50 +01:00
|
|
|
width: 150;
|
2017-11-06 10:06:53 +01:00
|
|
|
padding: 25px;;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.small {
|
2018-01-26 03:47:10 +01:00
|
|
|
width: 100;
|
2018-01-12 07:21:08 +01:00
|
|
|
padding: 15px;
|
2017-11-06 10:06:53 +01:00
|
|
|
}
|
2017-11-22 10:34:21 +01:00
|
|
|
|
|
|
|
img.x-small {
|
2017-12-11 03:05:50 +01:00
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
2017-11-22 10:34:21 +01:00
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2018-01-30 14:19:32 +01:00
|
|
|
.inline-list > * {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2018-02-10 08:04:31 +01:00
|
|
|
}
|
2018-01-30 14:19:32 +01:00
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
.wizard-step-banner {
|
|
|
|
width: initial;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-10 08:04:31 +01:00
|
|
|
.wizard-step-form {
|
|
|
|
flex: auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-01-22 00:35:23 +01:00
|
|
|
max-height: initial;
|
2018-02-10 08:04:31 +01:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-field {
|
|
|
|
&.tip {
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
label {
|
|
|
|
display: flex;
|
|
|
|
flex-flow: wrap;
|
|
|
|
align-items: center;
|
2018-02-10 08:04:31 +01:00
|
|
|
|
2018-05-13 07:46:02 +02:00
|
|
|
.label-value {
|
2018-03-05 02:52:15 +01:00
|
|
|
width: 100%;
|
2018-05-13 07:46:02 +02:00
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
2018-03-05 02:52:15 +01:00
|
|
|
}
|
2017-11-22 10:34:21 +01:00
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
.field-image {
|
2018-02-10 08:04:31 +01:00
|
|
|
margin-right: 10px;
|
2018-03-05 02:52:15 +01:00
|
|
|
|
|
|
|
img {
|
|
|
|
width: 30px;
|
|
|
|
height: 30px;
|
|
|
|
}
|
2018-02-10 08:04:31 +01:00
|
|
|
}
|
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
.field-description {
|
|
|
|
flex: 1;
|
|
|
|
color: #333;
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
2017-11-22 10:34:21 +01:00
|
|
|
}
|
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
.checkbox-field {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-02-10 08:12:33 +01:00
|
|
|
|
2018-03-05 02:52:15 +01:00
|
|
|
&> .input-area {
|
|
|
|
order: 0;
|
|
|
|
margin: 15px 20px !important;
|
|
|
|
|
|
|
|
input {
|
|
|
|
cursor: pointer;
|
|
|
|
transform: scale(1.3);
|
|
|
|
}
|
2018-02-10 08:12:33 +01:00
|
|
|
}
|
2018-04-05 07:49:39 +02:00
|
|
|
|
|
|
|
&> label {
|
|
|
|
order: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
&> .field-description {
|
|
|
|
margin-top: 0;
|
|
|
|
order: 2;
|
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.control-group {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2019-01-18 01:34:52 +01:00
|
|
|
margin-right: 10px;
|
|
|
|
margin-bottom: 20px;
|
2017-10-13 15:02:34 +02:00
|
|
|
|
|
|
|
.controls {
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 200px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
2017-10-22 05:37:58 +02:00
|
|
|
|
2018-06-14 01:59:58 +02:00
|
|
|
input[disabled] {
|
|
|
|
background-color: #e9e9e9;
|
|
|
|
border: #e9e9e9;
|
|
|
|
}
|
|
|
|
|
2017-10-22 05:37:58 +02:00
|
|
|
ul {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2019-01-18 01:34:52 +01:00
|
|
|
|
|
|
|
.select-kit {
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wizard-step-form .wizard-btn {
|
|
|
|
display: block;
|
2017-11-29 10:48:49 +01:00
|
|
|
margin: 20px 0;
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
|
|
|
|
2018-04-05 07:49:39 +02:00
|
|
|
.wizard-image-row .wizard-btn-upload {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-09-15 08:21:02 +02:00
|
|
|
.wizard-field-upload {
|
|
|
|
.wizard-btn-upload-file {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
input {
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
top: 0;
|
|
|
|
bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.filename {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
.wizard-column .wizard-field .input-area {
|
|
|
|
margin: 0.5em 0;
|
|
|
|
}
|
2017-11-02 03:22:13 +01:00
|
|
|
|
2018-05-16 09:19:03 +02:00
|
|
|
.combo-box {
|
|
|
|
ul {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2018-05-13 07:39:28 +02:00
|
|
|
|
2018-05-16 09:19:03 +02:00
|
|
|
p {
|
2018-05-13 07:39:28 +02:00
|
|
|
margin: 0;
|
|
|
|
}
|
2017-11-08 09:52:50 +01:00
|
|
|
}
|
2017-11-09 03:50:48 +01:00
|
|
|
|
2017-12-25 14:29:06 +01:00
|
|
|
.wizard-buttons > a, .wizard-buttons > button, .spinner {
|
2017-11-09 03:50:48 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2017-12-25 14:29:06 +01:00
|
|
|
}
|
2017-12-13 06:31:31 +01:00
|
|
|
|
2017-12-25 14:29:06 +01:00
|
|
|
.spinner.small {
|
|
|
|
margin-right: 10px;
|
2017-11-09 03:50:48 +01:00
|
|
|
}
|
2017-10-13 15:02:34 +02:00
|
|
|
}
|
|
|
|
|
2017-10-17 09:18:53 +02:00
|
|
|
.step-message {
|
|
|
|
text-align: center;
|
|
|
|
transition: all .2s;
|
2017-11-22 10:34:21 +01:00
|
|
|
z-index: 2;
|
2019-07-27 09:01:29 +02:00
|
|
|
padding: 20px;
|
2017-10-17 09:18:53 +02:00
|
|
|
|
|
|
|
&.success {
|
|
|
|
background-color: #009900;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.error {
|
|
|
|
background-color: #e45735;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2019-07-02 06:49:14 +02:00
|
|
|
|
|
|
|
&.not-permitted {
|
|
|
|
background-color: #e45735;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
2019-07-27 09:01:29 +02:00
|
|
|
|
|
|
|
.text {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reset-wizard {
|
|
|
|
margin-top: 20px;
|
|
|
|
text-decoration: underline;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
2017-10-17 09:18:53 +02:00
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
.p-list-box {
|
|
|
|
max-width: 550px;
|
|
|
|
position: relative;
|
|
|
|
margin: 10px 0;
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
position: absolute;
|
|
|
|
right: 50%;
|
|
|
|
top: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-text {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul {
|
|
|
|
border: 1px solid #e9e9e9;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
2018-08-19 02:34:28 +02:00
|
|
|
height: 200px;
|
2017-10-13 15:02:34 +02:00
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
padding: 6px 12px;
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: #fff;
|
2017-10-25 03:23:51 +02:00
|
|
|
display: flex;
|
2018-08-19 02:34:28 +02:00
|
|
|
border-top: 1px solid #e9e9e9;
|
|
|
|
border-bottom: 1px solid #e9e9e9;
|
2017-10-13 15:02:34 +02:00
|
|
|
|
|
|
|
&:hover, &.selected {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2017-10-25 03:23:51 +02:00
|
|
|
label {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2017-10-13 15:02:34 +02:00
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.no-results {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.default {
|
|
|
|
margin: 0 auto;
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
position: absolute;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
color: #919191;
|
|
|
|
}
|
|
|
|
}
|
2017-10-25 03:23:51 +02:00
|
|
|
|
|
|
|
.spinner {
|
|
|
|
margin: 20px auto 20px auto;
|
|
|
|
position: relative;
|
|
|
|
-webkit-animation: rotate-forever 1s infinite linear;
|
|
|
|
animation: rotate-forever 1s infinite linear;
|
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
border: 4px solid #ccc;
|
|
|
|
border-right-color: transparent;
|
|
|
|
border-radius: 50%;
|
|
|
|
|
|
|
|
&.small {
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-23 10:03:19 +01:00
|
|
|
.user-selector-field.wizard-field {
|
|
|
|
div.ac-wrap div.item a.remove, .remove-link {
|
|
|
|
margin-left: 4px;
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 10px;
|
|
|
|
padding: 1.5px 1.5px 1.5px 2.5px;
|
|
|
|
border-radius: 12px;
|
|
|
|
width: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
border: 1px solid #e9e9e9;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #f2ab9a;
|
|
|
|
border: 1px solid #ec8972;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #e45735;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.ac-wrap {
|
|
|
|
width: 98.5% !important;
|
|
|
|
overflow: auto;
|
|
|
|
max-height: 150px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #e9e9e9;
|
|
|
|
padding: 5px 4px 1px 4px;
|
|
|
|
|
|
|
|
div.item {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
span {
|
|
|
|
height: 24px;
|
|
|
|
display: inline-block;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac-collapsed-button {
|
|
|
|
float: left;
|
|
|
|
border-radius: 20px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type="text"] {
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
height: 24px;
|
|
|
|
display: block;
|
|
|
|
border: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
img.avatar {
|
|
|
|
border-radius: 50%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete {
|
|
|
|
z-index: 999999;
|
|
|
|
position: absolute;
|
|
|
|
width: 240px;
|
|
|
|
background-color: white;
|
|
|
|
border: 1px solid #e9e9e9;
|
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
li {
|
|
|
|
.d-users {
|
|
|
|
color: #333;
|
|
|
|
padding: 0 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
border-bottom: 1px solid #e9e9e9;
|
|
|
|
|
|
|
|
a {
|
|
|
|
padding: 5px;
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
font-size: 14px;
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.username {
|
|
|
|
color: #000;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.name {
|
|
|
|
font-size: 11px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
background-color: #d1f0ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: #ffffa6;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-02-04 10:23:28 +01:00
|
|
|
.checkbox-field.invalid .input-area {
|
|
|
|
padding: 3px;
|
|
|
|
border: 4px solid red;
|
|
|
|
}
|
|
|
|
|
2017-10-25 03:23:51 +02:00
|
|
|
@keyframes rotate-forever {
|
|
|
|
0% {
|
|
|
|
transform: rotate(0deg);
|
|
|
|
}
|
|
|
|
100% {
|
|
|
|
transform: rotate(360deg);
|
|
|
|
}
|
|
|
|
}
|
2018-01-25 01:52:11 +01:00
|
|
|
|
|
|
|
.p-text {
|
|
|
|
&.bronze {
|
|
|
|
color: #cd7f32;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.silver {
|
|
|
|
color: #c0c0c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.gold {
|
|
|
|
color: rgb(231, 195, 0);
|
|
|
|
}
|
|
|
|
}
|
2018-11-19 22:11:16 +01:00
|
|
|
|
2019-01-22 00:15:42 +01:00
|
|
|
.ac-wrap {
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: relative;
|
|
|
|
width: auto !important;
|
|
|
|
|
|
|
|
.ac-loading {
|
|
|
|
position: absolute;
|
|
|
|
top: 7px;
|
|
|
|
right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
line-height: 1.6;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomplete {
|
|
|
|
width: inherit;
|
|
|
|
left: 0 !important;
|
|
|
|
width: 100%;
|
|
|
|
top: 30px !important;
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
|
|
|
li, .no-results {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul > label {
|
|
|
|
color: #919191;
|
|
|
|
margin: 5px 0;
|
|
|
|
padding: 0 5px;
|
|
|
|
font-size: 80%;
|
|
|
|
line-height: 1.4em;
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ac-form-result {
|
|
|
|
cursor: pointer;
|
|
|
|
background-color: $secondary;
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
&:hover, &.selected {
|
|
|
|
background-color: $tertiary;
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
flex: 1 1 auto;
|
|
|
|
margin-bottom: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-01-24 01:44:19 +01:00
|
|
|
/* Location Specific Styles */
|
|
|
|
|
2019-01-22 00:15:42 +01:00
|
|
|
.location-selector-container {
|
|
|
|
width: 350px;
|
|
|
|
}
|
|
|
|
|
2019-01-24 01:44:19 +01:00
|
|
|
.location-form {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
|
|
|
|
.address {
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.coordinates {
|
|
|
|
.control-group {
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
.controls {
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
input {
|
|
|
|
width: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
margin-left: 10px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon img {
|
|
|
|
max-width: 30px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.address + .coordinates {
|
|
|
|
border-left: 1px solid #eee;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.location-form-instructions {
|
|
|
|
color: #919191;
|
|
|
|
margin: 5px 0;
|
|
|
|
font-size: 80%;
|
|
|
|
line-height: 1.4em;
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.location-form, .add-location {
|
|
|
|
overflow: visible;
|
|
|
|
|
|
|
|
.control-group {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-right: 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
.instructions {
|
|
|
|
@extend .location-form-instructions;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.location-search {
|
|
|
|
display: block;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.geo-map {
|
|
|
|
height: 400px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-location + .modal-footer .clear {
|
|
|
|
margin: 5px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.input-location, div.input-location {
|
|
|
|
max-height: 150px;
|
|
|
|
background-color: $secondary;
|
|
|
|
box-shadow: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-11-19 22:11:16 +01:00
|
|
|
/* IE11 hacks */
|
|
|
|
@media all and (-ms-high-contrast:none)
|
|
|
|
{
|
|
|
|
.custom-wizard {
|
|
|
|
div.wizard-step-contents {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.wizard-progress {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
2019-01-18 01:34:52 +01:00
|
|
|
}
|