2018-03-14 18:20:09 +01:00
|
|
|
#targetsContainer {
|
2018-03-07 15:14:52 +01:00
|
|
|
border-radius: 0.6em;
|
2018-07-02 16:04:57 +02:00
|
|
|
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
|
2017-11-16 18:11:42 +01:00
|
|
|
}
|
|
|
|
|
2018-03-07 15:14:52 +01:00
|
|
|
#targetSelection h1 {
|
2018-03-29 12:18:33 +02:00
|
|
|
margin: 0.6em;
|
2018-03-07 15:14:52 +01:00
|
|
|
color: inherit;
|
2018-03-14 18:20:09 +01:00
|
|
|
text-align: center;
|
2018-04-05 19:01:54 +02:00
|
|
|
font-size: 180%;
|
2018-03-29 12:10:09 +02:00
|
|
|
}
|
2018-03-29 12:18:33 +02:00
|
|
|
|
2017-12-19 17:09:17 +01:00
|
|
|
#targetSelection #targets {
|
2018-04-26 18:41:29 +02:00
|
|
|
list-style: none;
|
2018-06-24 14:11:10 +02:00
|
|
|
padding: 0 0.5em;
|
2017-11-16 18:11:42 +01:00
|
|
|
}
|
2018-04-26 17:15:08 +02:00
|
|
|
#targetSelection #targets > li:last-child {
|
|
|
|
margin-bottom: 0;
|
2018-07-24 11:29:07 +02:00
|
|
|
border-bottom: none;
|
2018-04-26 17:15:08 +02:00
|
|
|
}
|
|
|
|
|
2018-04-26 18:41:29 +02:00
|
|
|
#targetSelection #targets > li {
|
2018-06-24 14:11:10 +02:00
|
|
|
padding: 0.6em;
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
|
2018-07-02 12:03:35 +02:00
|
|
|
margin: 0;
|
2018-04-26 17:15:08 +02:00
|
|
|
}
|
2018-04-26 18:41:29 +02:00
|
|
|
#targetSelection #targets > li .main {
|
|
|
|
display: flex;
|
2018-03-29 12:18:33 +02:00
|
|
|
align-items: center;
|
2018-04-06 11:40:31 +02:00
|
|
|
justify-content: space-between;
|
2018-03-01 10:43:44 +01:00
|
|
|
}
|
|
|
|
|
2018-03-22 18:54:19 +01:00
|
|
|
#targetSelection #targets > li p {
|
2018-04-26 17:30:51 +02:00
|
|
|
margin: 0.2em 0 0;
|
|
|
|
opacity: 0.8;
|
2018-07-03 18:28:45 +02:00
|
|
|
line-height: 1.2rem;
|
2018-04-26 17:30:51 +02:00
|
|
|
}
|
2018-03-14 18:20:09 +01:00
|
|
|
|
2018-07-02 16:04:57 +02:00
|
|
|
#targetSelection li .header {
|
2018-04-26 17:30:51 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2018-04-06 11:40:31 +02:00
|
|
|
}
|
|
|
|
|
2018-04-03 15:59:34 +02:00
|
|
|
#targetSelection .progressCircle {
|
2018-04-26 17:30:51 +02:00
|
|
|
margin-right: 0.6em;
|
2018-04-03 15:59:34 +02:00
|
|
|
}
|
2018-04-06 11:40:31 +02:00
|
|
|
#targetSelection .progressCircle svg {
|
2018-04-26 17:30:51 +02:00
|
|
|
width: 2em;
|
2018-04-06 11:40:31 +02:00
|
|
|
}
|
2018-07-17 17:36:27 +02:00
|
|
|
/* IE */
|
|
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
|
|
#targetSelection .progressCircle svg {
|
|
|
|
max-height: 2.5rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-04-03 15:59:34 +02:00
|
|
|
#targetSelection .progressCircle i {
|
2018-04-26 17:30:51 +02:00
|
|
|
color: #5de662;
|
|
|
|
font-size: 220%;
|
2018-04-03 15:59:34 +02:00
|
|
|
}
|
|
|
|
|
2017-11-16 18:11:42 +01:00
|
|
|
#targetSelection .optionTitle {
|
2018-04-06 11:40:31 +02:00
|
|
|
font-size: 115%;
|
2017-11-16 18:11:42 +01:00
|
|
|
}
|
2018-03-29 11:50:34 +02:00
|
|
|
#targetSelection .optionTitle a {
|
2018-04-26 17:30:51 +02:00
|
|
|
color: inherit;
|
2018-07-03 14:20:04 +00:00
|
|
|
text-decoration: none;
|
|
|
|
font-weight: 500;
|
2018-03-29 11:50:34 +02:00
|
|
|
}
|
|
|
|
#targetSelection .optionTitle a:hover {
|
2018-04-26 17:30:51 +02:00
|
|
|
text-decoration: underline;
|
2018-03-29 11:50:34 +02:00
|
|
|
}
|
2017-11-16 18:11:42 +01:00
|
|
|
|
2018-04-26 17:30:51 +02:00
|
|
|
#targetSelection .targetInputOrValue {
|
2018-07-03 15:03:51 +00:00
|
|
|
font-size: 135%;
|
2018-04-26 17:30:51 +02:00
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
2018-04-27 15:51:31 +02:00
|
|
|
align-items: flex-end;
|
|
|
|
margin-left: 0.6em;
|
2018-03-01 10:43:44 +01:00
|
|
|
}
|
|
|
|
|
2018-03-19 15:42:41 +01:00
|
|
|
#targetSelection .editable {
|
2018-04-26 17:30:51 +02:00
|
|
|
border-bottom: 1px dashed #ffffff91;
|
|
|
|
min-width: 2.5em;
|
|
|
|
display: inline-block;
|
2018-04-05 17:38:56 +02:00
|
|
|
}
|
2018-03-14 18:20:09 +01:00
|
|
|
|
2018-07-03 18:28:45 +02:00
|
|
|
#targetSelection .attractClick.editable {
|
|
|
|
height: 2.6rem;
|
|
|
|
}
|
|
|
|
|
2018-03-19 15:42:41 +01:00
|
|
|
#targetSelection .attractClick,
|
2018-04-27 15:51:31 +02:00
|
|
|
#targetSelection .targetInput {
|
|
|
|
width: 5.5em !important;
|
2018-03-01 10:43:44 +01:00
|
|
|
display: inline-block;
|
2018-03-14 18:20:09 +01:00
|
|
|
text-align: right;
|
2018-07-03 15:03:51 +00:00
|
|
|
font-weight: 500;
|
2018-03-01 10:43:44 +01:00
|
|
|
padding: 0;
|
2018-07-03 15:03:51 +00:00
|
|
|
padding: 0.2em 0.5em;
|
2018-06-24 14:17:13 +02:00
|
|
|
background: rgba(255, 255, 255, 0);
|
2018-03-19 18:35:13 +01:00
|
|
|
border-radius: 0.2em;
|
2018-07-31 19:26:04 +02:00
|
|
|
border: 2px solid;
|
2018-04-26 17:30:51 +02:00
|
|
|
font-size: inherit;
|
2018-03-07 15:14:52 +01:00
|
|
|
}
|
|
|
|
|
2018-03-19 18:35:13 +01:00
|
|
|
#targetSelection .unit {
|
2018-04-30 11:06:33 +02:00
|
|
|
margin-left: 0.4em;
|
|
|
|
font-size: 110%;
|
2018-03-19 18:35:13 +01:00
|
|
|
vertical-align: middle;
|
2018-03-07 15:14:52 +01:00
|
|
|
}
|
2018-03-01 10:43:44 +01:00
|
|
|
|
2018-03-21 16:12:13 +01:00
|
|
|
.input-error {
|
2018-04-26 17:30:51 +02:00
|
|
|
padding: 0 0.6em;
|
|
|
|
margin-right: 0.6em;
|
|
|
|
font-size: 90%;
|
|
|
|
font-style: italic;
|
|
|
|
color: #c0392b;
|
|
|
|
background: yellow;
|
2018-07-03 15:03:51 +00:00
|
|
|
font-weight: 500;
|
2018-03-21 16:12:13 +01:00
|
|
|
}
|
|
|
|
|
2018-04-26 17:15:08 +02:00
|
|
|
#targetSelection .inputSuggestions {
|
2018-04-26 18:41:29 +02:00
|
|
|
margin: 0.6em 0;
|
2018-04-26 17:15:08 +02:00
|
|
|
}
|
|
|
|
|
2018-03-01 10:43:44 +01:00
|
|
|
/* Autre idée pour styler les checkboxes https://codepen.io/KenanYusuf/pen/PZKEKd */
|