2019-11-09 19:52:09 +00:00
|
|
|
.gtt {
|
2019-11-17 11:01:09 +00:00
|
|
|
position: absolute;
|
2019-11-11 03:11:03 +00:00
|
|
|
right: 0.5rem;
|
|
|
|
bottom: 0.5rem;
|
2019-11-09 19:52:09 +00:00
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2019-11-17 11:01:09 +00:00
|
|
|
border-radius: 50%;
|
2019-11-09 19:52:09 +00:00
|
|
|
cursor: pointer;
|
|
|
|
|
|
|
|
@include flexbox();
|
|
|
|
@include align-items(center);
|
|
|
|
@include justify-content(center);
|
|
|
|
@include themify($themes) {
|
2019-11-17 11:01:09 +00:00
|
|
|
color: themed('gtt-color');
|
2019-11-09 19:52:09 +00:00
|
|
|
background-color: themed('gtt-background-color');
|
|
|
|
|
|
|
|
@include on-event {
|
|
|
|
color: themed('gtt-hover-color');
|
|
|
|
background-color: themed('gtt-hover-background-color');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|