Line 134: | Line 134: | ||
.popup { | .popup { | ||
margin: 70px auto; | margin: 70px auto; | ||
− | + | padding: 20px; | |
− | + | background: #fff; | |
− | + | border-radius: 5px; | |
− | + | width: 70%; | |
− | + | max-height: 400px; | |
− | + | overflow: auto; | |
+ | position: relative; | ||
+ | transition: all 5s ease-in-out; | ||
} | } | ||
Revision as of 23:02, 20 October 2019