fixed modal sizes
This commit is contained in:
		| @@ -13,11 +13,12 @@ $white: #fff; | |||||||
|   flex-direction: column; |   flex-direction: column; | ||||||
|   align-items: center; |   align-items: center; | ||||||
|   border-right: $gray solid 1px; |   border-right: $gray solid 1px; | ||||||
|  |   justify-content: space-between; | ||||||
| } | } | ||||||
|  |  | ||||||
| .navbar-top { | .navbar-top { | ||||||
|   width: 90%; |   width: 90%; | ||||||
|   height: 94%; |   height: auto; | ||||||
|   display: flex; |   display: flex; | ||||||
|   align-items: left; |   align-items: left; | ||||||
|   justify-content: flex-start; |   justify-content: flex-start; | ||||||
| @@ -109,6 +110,7 @@ $white: #fff; | |||||||
|   align-items: center; |   align-items: center; | ||||||
|   justify-content: center; |   justify-content: center; | ||||||
|   background-color: $medium-blue; |   background-color: $medium-blue; | ||||||
|  |   margin-bottom: 15px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .navbar-return span { | .navbar-return span { | ||||||
| @@ -168,7 +170,7 @@ $white: #fff; | |||||||
|   justify-content: center; |   justify-content: center; | ||||||
|   align-items: center; |   align-items: center; | ||||||
|   background-color: transparent; |   background-color: transparent; | ||||||
|   margin-bottom: 30px; |   margin-bottom: 20px; | ||||||
|   overflow: visible; |   overflow: visible; | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -180,6 +182,7 @@ $white: #fff; | |||||||
|   background-color: $gray; |   background-color: $gray; | ||||||
|   box-shadow: 0 4px 4px rgb(0 0 0 / 25%); |   box-shadow: 0 4px 4px rgb(0 0 0 / 25%); | ||||||
|   transition: all 0.3s ease-in-out; |   transition: all 0.3s ease-in-out; | ||||||
|  |   margin-bottom: 10px; | ||||||
| } | } | ||||||
|  |  | ||||||
| .modal-close span, | .modal-close span, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user