Difference between revisions of "Team:NAIT Edmonton/Trial11"

Line 75: Line 75:
 
.modal-state:checked + .modal {opacity: 1;visibility: visible;}
 
.modal-state:checked + .modal {opacity: 1;visibility: visible;}
 
.modal-state:checked + .modal .modal__inner {top: 0;}
 
.modal-state:checked + .modal .modal__inner {top: 0;}
.modal__inner {transition: top .25s ease;position: absolute;top: -20%; right: 0;bottom: 0;left: 0;width: 750px;margin: auto;overflow: auto;background:#FFFFFF;border-radius: 0px;padding: 1em 2em;height: 100px;}
+
.modal__inner {transition: top .25s ease;position: absolute;top: -20%; right: 0;bottom: 0;left: 0;width: 750px;margin: auto;overflow: auto;background:#FFFFFF;border-radius: 0px;padding: 1em 2em;height: 458px;}
 
.modal__close {position: absolute;right: 1em;top: 1em;width: 1.1em;height: 1.1em;cursor: pointer;}
 
.modal__close {position: absolute;right: 1em;top: 1em;width: 1.1em;height: 1.1em;cursor: pointer;}
 
.modal__close:after,
 
.modal__close:after,
Line 82: Line 82:
 
.modal__close:hover:before {background: #aaa;}
 
.modal__close:hover:before {background: #aaa;}
 
.modal__close:before {transform: rotate(-45deg);}
 
.modal__close:before {transform: rotate(-45deg);}
 +
  
 
</style>
 
</style>

Revision as of 06:13, 23 July 2015