|
@@ -191,25 +191,12 @@ div.selectable_url {
|
|
|
margin: 0 auto;
|
|
|
transform: translate(-50%, -50%);
|
|
|
z-index: 10000000;
|
|
|
- animation-name: dialogmodal;
|
|
|
- animation-duration: 0.13s;
|
|
|
|
|
|
h3 {
|
|
|
margin-top: 0;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@keyframes dialogmodal {
|
|
|
- 0% {
|
|
|
- opacity: 0;
|
|
|
- }
|
|
|
-
|
|
|
- 50% {
|
|
|
- opacity: 0.5;
|
|
|
- transform: translate(-50%, -50%) scale(1.05);
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
// btn-collapse
|
|
|
.btn-collapse {
|
|
|
cursor: pointer;
|