1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-05 06:17:37 +02:00

Merge pull request #6 from restoreddev/classes

Set modal content to border-box
This commit is contained in:
Andrew
2018-09-04 18:59:59 -05:00
committed by GitHub

View File

@@ -209,12 +209,13 @@ button:hover .icon svg {
position: relative;
padding: 1em;
background-color: $white;
max-width: 15em;
max-width: 20em;
height: 100%;
animation-name: animateleft;
animation-duration: .4s;
overflow: scroll;
box-shadow: 0 0 10px 0 $drop-shadow;
box-sizing: border-box;
}
.closed {
display: none;