UNPKG

2.18 kBCSSView Raw
1.pl-grouped-buttons rv-require {
2 z-index: 1;
3}
4.pl-grouped-buttons .pl-grouped-buttons-button {
5 position: absolute;
6 top: 0;
7 -webkit-transform: translateZ(0);
8 -moz-transform: translateZ(0);
9 -ms-transform: translateZ(0);
10 -o-transform: translateZ(0);
11 transform: translateZ(0);
12 -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
13 -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
14 -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
15 -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
16 transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
17}
18.pl-grouped-buttons .pl-grouped-buttons-button .pl-button-rounded {
19 margin-left: 0.5rem;
20}
21.pl-grouped-buttons.compact-opened {
22 z-index: 1;
23}
24.pl-grouped-buttons.compact-opened .pl-grouped-button-compact-panel {
25 width: 100%;
26}
27.pl-grouped-buttons .pl-grouped-button-compact-panel {
28 position: fixed;
29 top: 0;
30 width: 0;
31 -webkit-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
32 -moz-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
33 -ms-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
34 -o-transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
35 transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
36}
37.pl-grouped-buttons .pl-grouped-button-compact-button {
38 cursor: pointer;
39 position: absolute;
40 top: 0;
41 -webkit-transform: translateZ(0);
42 -moz-transform: translateZ(0);
43 -ms-transform: translateZ(0);
44 -o-transform: translateZ(0);
45 transform: translateZ(0);
46 -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
47 -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
48 -ms-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
49 -o-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
50 transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
51 border: none;
52 width: 4rem;
53 padding: 0;
54}
55.pl-grouped-buttons .pl-grouped-button-compact-button.no-buttons {
56 left: -100px !important;
57}
58.pl-grouped-buttons .pl-grouped-button-compact-button i {
59 font-size: 2rem;
60 line-height: 4rem;
61 vertical-align: middle;
62 text-shadow: 0px 1px 1px white;
63 color: rgba(0, 0, 0, 0.75);
64}