2017-11-13 01:23:39 -05:00
|
|
|
@import 'icons';
|
|
|
|
@import 'tooltips';
|
|
|
|
@import 'widgets';
|
2018-07-24 16:11:02 -04:00
|
|
|
@import 'dialog';
|
2017-11-13 01:23:39 -05:00
|
|
|
|
2021-02-11 19:40:12 -05:00
|
|
|
@import 'input/index';
|
|
|
|
@import 'structure/index';
|
|
|
|
|
2017-11-13 01:23:39 -05:00
|
|
|
@import 'chat';
|
|
|
|
|
|
|
|
@keyframes ffz-rotateplane {
|
|
|
|
0% { transform: rotateY(90deg) rotateX(180deg) }
|
|
|
|
25% { transform: rotateY(0deg) rotateX(180deg) }
|
|
|
|
75% { transform: rotateY(0deg) rotateX(0deg) }
|
|
|
|
100% { transform: rotateY(90deg) rotateX(0deg) }
|
2018-05-10 19:56:39 -04:00
|
|
|
}
|
|
|
|
|
2019-10-18 22:02:50 -04:00
|
|
|
.ffz-i-t-reset.loading,
|
|
|
|
.ffz-i-t-reset-clicked.loading,
|
2018-05-10 19:56:39 -04:00
|
|
|
.ffz-i-zreknarf.loading {
|
|
|
|
animation: ffz-rotateplane 1.2s infinite linear;
|
2019-10-18 20:56:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-c-text-inherit {
|
|
|
|
color: inherit !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-mg-r--05 {
|
|
|
|
margin-right: -0.5rem !important;
|
|
|
|
}
|
|
|
|
|
2019-11-14 19:52:35 -05:00
|
|
|
.ffz-mg-t-1p {
|
|
|
|
margin-top: 1px !important;
|
|
|
|
}
|
|
|
|
|
2019-10-18 20:56:33 -04:00
|
|
|
.ffz-mg-l--05 {
|
|
|
|
margin-left: -0.5rem !important;
|
2020-07-23 16:00:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz--links {
|
|
|
|
order: 10;
|
2020-08-12 16:10:06 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-aspect {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
> :not(.ffz-aspect__spacer) {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
min-height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-aspect--overflow {
|
|
|
|
overflow: visible
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-aspect--align-top > :not(.ffz-aspect__spacer) {
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-aspect--align-center > :not(.ffz-aspect__spacer) {
|
|
|
|
top: 50%;
|
|
|
|
transform: translateY(-50%);
|
|
|
|
}
|
|
|
|
|
|
|
|
.ffz-aspect--align-bottom > :not(.ffz-aspect__spacer) {
|
|
|
|
bottom: 0;
|
2017-11-13 01:23:39 -05:00
|
|
|
}
|