File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
resources/views/components/config Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 55 right :105px ;
66 display :table ;
77 visibility : hidden ;
8+ z-index : 2000 ;
89}
910
1011.label-text {
1415 vertical-align :middle ;
1516 padding :10px ;
1617 border-radius :3px ;
18+ z-index : 2000 ;
1719}
1820
1921.label-arrow {
2022 display :table-cell ;
2123 vertical-align :middle ;
2224 color :#333 ;
2325 opacity :0.5 ;
26+ z-index : 2000 ;
2427}
2528
2629.float {
3437 border-radius :50px ;
3538 text-align :center ;
3639 box-shadow : 2px 2px 3px #111 ;
40+ z-index : 2000 ;
3741}
3842.float :hover {
3943 color : white ;
4347.my-float {
4448 font-size :35px ;
4549 margin-top :15px ;
50+ z-index : 2000 ;
4651}
4752
4853a .float + div .label-container {
4954 visibility : hidden ;
5055 opacity : 0 ;
5156 transition : visibility 0s , opacity 0.5s ease ;
57+ z-index : 2000 ;
5258}
5359
5460a .float :hover + div .label-container {
You can’t perform that action at this time.
0 commit comments