2014-09-10 14:04:28 +02:00
|
|
|
.focal-point-chooser {
|
2014-09-10 11:14:18 +02:00
|
|
|
position: relative;
|
2018-10-28 14:02:26 +01:00
|
|
|
margin-bottom: 20px;
|
2014-09-10 11:14:18 +02:00
|
|
|
|
2014-09-10 14:04:28 +02:00
|
|
|
.current-focal-point-indicator {
|
|
|
|
@include transition(opacity 0.2s ease);
|
2022-07-09 08:32:51 +02:00
|
|
|
box-shadow: 1px 1px 10px 0 $color-black;
|
2014-09-10 14:04:28 +02:00
|
|
|
position: absolute;
|
2017-03-23 07:52:44 +01:00
|
|
|
border: 3px solid $color-teal;
|
|
|
|
opacity: 0.7;
|
2014-09-10 14:04:28 +02:00
|
|
|
|
2017-03-26 13:22:34 +02:00
|
|
|
&.hidden {
|
2014-09-10 14:04:28 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2022-02-04 12:57:55 +01:00
|
|
|
}
|
2014-09-10 11:14:18 +02:00
|
|
|
|
2015-09-25 15:21:30 +02:00
|
|
|
&:hover .current-focal-point-indicator {
|
|
|
|
opacity: 0;
|
2014-09-10 11:14:18 +02:00
|
|
|
}
|
2015-04-24 02:16:58 +02:00
|
|
|
}
|